Color Hex Logo

#efcc0f Color Hex

#EFCC0F
(239,204,15)
0 Favorites   0 Comments

Color spaces of #efcc0f

RGB 23920415
HSL0.140.880.50
HSV51°94°94°
CMYK 0.000.150.94   0.06
XYZ57.275761.57099.3176
Yxy61.57090.44690.4804
Hunter Lab78.4671-7.024547.8866
CIE-Lab82.6847-3.039682.0118

#efcc0f color RGB value is (239,204,15).

#efcc0f hex color red value is 239, green value is 204 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #efcc0f hue: 0.14 , saturation: 0.88 and the lightness value of efcc0f is 0.50.

The process color (four color CMYK) of #efcc0f color hex is 0.00, 0.15, 0.94, 0.06. Web safe color of #efcc0f is #ffcc00. Color #efcc0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 00001111
Octal 357 314 17
Decimal 239 204 15
Hex EF CC F

RGB Percentages of Color #efcc0f

%52.18
%44.54
%3.28

CMYK Percentages of Color #efcc0f

%0
%15
%94
%6

Triadic Colors of #efcc0f

#efcc0f #0fefcc #cc0fef

Analogous Colors of #efcc0f

#efcc0f #a2ef0f #ef5c0f

Monochromatic Colors of #efcc0f

#efcc0f

Complementary Color

#efcc0f #0f32ef

#efcc0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcc0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcc0f Color CSS Codes

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

#efcc0f Text Font Color

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

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


#efcc0f Background Color

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

This div background color is #efcc0f


#efcc0f Border Color

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

This div border color is #efcc0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcc0f


Comments

No comments written yet.

Please login to write comment.