Color Hex Logo

#efd05f Color Hex

#EFD05F
(239,208,95)
0 Favorites   0 Comments

Color spaces of #efd05f

RGB 23920895
HSL0.130.820.65
HSV47°60°94°
CMYK 0.000.130.60   0.06
XYZ60.218064.288720.0616
Yxy64.28870.41650.4447
Hunter Lab80.1802-6.256041.2914
CIE-Lab84.1159-2.097058.8075

#efd05f color RGB value is (239,208,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010000 01011111
Octal 357 320 137
Decimal 239 208 95
Hex EF D0 5F

RGB Percentages of Color #efd05f

%44.10
%38.38
%17.53

CMYK Percentages of Color #efd05f

%0
%13
%60
%6

Triadic Colors of #efd05f

#efd05f #5fefd0 #d05fef

Analogous Colors of #efd05f

#efd05f #c6ef5f #ef885f

Monochromatic Colors of #efd05f

#efd05f

Complementary Color

#efd05f #5f7eef

#efd05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd05f Color CSS Codes

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

#efd05f Text Font Color

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

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


#efd05f Background Color

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

This div background color is #efd05f


#efd05f Border Color

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

This div border color is #efd05f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,208,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 #efd05f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd05f

#efd05f Color Palettes


Comments

No comments written yet.

Please login to write comment.