color codes Logo

#ebdf48 color codes

#EBDF48
(235,223,72)
0 Favorites   0 Comments

Color spaces of #ebdf48

RGB 23522372
HSL0.150.800.60
HSV56°69°92°
CMYK 0.000.050.69   0.08
XYZ61.818370.905416.5588
Yxy70.90540.41410.4750
Hunter Lab84.2053-16.315847.2845
CIE-Lab87.4390-12.650171.5886

#ebdf48 color RGB value is (235,223,72).

#ebdf48 hex color red value is 235, green value is 223 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ebdf48 hue: 0.15 , saturation: 0.80 and the lightness value of ebdf48 is 0.60.

The process color (four color CMYK) of #ebdf48 color code is 0.00, 0.05, 0.69, 0.08. Web safe color of #ebdf48 is #ffcc33. Color #ebdf48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 01001000
Octal 353 337 110
Decimal 235 223 72
Hex EB DF 48

RGB Percentages of Color #ebdf48

%44.34
%42.08
%13.58

CMYK Percentages of Color #ebdf48

%0
%5
%69
%8

Triadic Colors of #ebdf48

#ebdf48 #48ebdf #df48eb

Analogous Colors of #ebdf48

#ebdf48 #a6eb48 #eb8e48

Monochromatic Colors of #ebdf48

#ebdf48

Complementary Color

#ebdf48 #4854eb

#ebdf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf48 Color CSS Codes

.mybgcolor {background-color:#ebdf48; } 
.myforecolor {color:#ebdf48; }
.mybordercolor {border:3px solid #ebdf48; }

#ebdf48 Text Font Color

<p style="color:#ebdf48">Text here</p>

This sample text font color is #ebdf48
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ebdf48 Background Color

<div style="background-color:#ebdf48">
Div content here</div>

This div background color is #ebdf48


#ebdf48 Border Color

<div style="border:3px solid #ebdf48">
Div here</div>

This div border color is #ebdf48


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,223,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebdf48; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebdf48;
  -webkit-box-shadow: 1px 1px 3px 2px #ebdf48;
  box-shadow:         1px 1px 3px 2px #ebdf48; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,223,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ebdf48">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ebdf48;
  -webkit-box-shadow: 1px 1px 3px 2px #ebdf48;
  box-shadow:         1px 1px 3px 2px #ebdf48;">
Div content here</div>

This div box has shadow with color #ebdf48


Comments

No comments written yet.

Please login to write comment.