Color Hex Logo

#efd55f Color Hex

#EFD55F
(239,213,95)
0 Favorites   0 Comments

Color spaces of #efd55f

RGB 23921395
HSL0.140.820.65
HSV49°60°94°
CMYK 0.000.110.60   0.06
XYZ61.456466.765420.4744
Yxy66.76540.41330.4490
Hunter Lab81.7101-8.737942.3406
CIE-Lab85.3853-4.645060.2210

#efd55f color RGB value is (239,213,95).

#efd55f hex color red value is 239, green value is 213 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #efd55f hue: 0.14 , saturation: 0.82 and the lightness value of efd55f is 0.65.

The process color (four color CMYK) of #efd55f color hex is 0.00, 0.11, 0.60, 0.06. Web safe color of #efd55f is #ffcc66. Color #efd55f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010101 01011111
Octal 357 325 137
Decimal 239 213 95
Hex EF D5 5F

RGB Percentages of Color #efd55f

%43.69
%38.94
%17.37

CMYK Percentages of Color #efd55f

%0
%11
%60
%6

Triadic Colors of #efd55f

#efd55f #5fefd5 #d55fef

Analogous Colors of #efd55f

#efd55f #c1ef5f #ef8d5f

Monochromatic Colors of #efd55f

#efd55f

Complementary Color

#efd55f #5f79ef

#efd55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd55f Color CSS Codes

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

#efd55f Text Font Color

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

This sample text font color is #efd55f
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.


#efd55f Background Color

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

This div background color is #efd55f


#efd55f Border Color

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

This div border color is #efd55f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,213,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efd55f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efd55f;
  -webkit-box-shadow: 1px 1px 3px 2px #efd55f;
  box-shadow:         1px 1px 3px 2px #efd55f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,213,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd55f


Comments

No comments written yet.

Please login to write comment.