Color Hex Logo

#efcc1c Color Hex

#EFCC1C
(239,204,28)
0 Favorites   0 Comments

Color spaces of #efcc1c

RGB 23920428
HSL0.140.870.52
HSV50°88°94°
CMYK 0.000.150.88   0.06
XYZ57.399161.62039.9673
Yxy61.62030.44500.4777
Hunter Lab78.4986-6.851247.4207
CIE-Lab82.7111-2.850280.0547

#efcc1c color RGB value is (239,204,28).

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

The process color (four color CMYK) of #efcc1c color hex is 0.00, 0.15, 0.88, 0.06. Web safe color of #efcc1c is #ffcc33. Color #efcc1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 00011100
Octal 357 314 34
Decimal 239 204 28
Hex EF CC 1C

RGB Percentages of Color #efcc1c

%50.74
%43.31
%5.94

CMYK Percentages of Color #efcc1c

%0
%15
%88
%6

Triadic Colors of #efcc1c

#efcc1c #1cefcc #cc1cef

Analogous Colors of #efcc1c

#efcc1c #a9ef1c #ef631c

Monochromatic Colors of #efcc1c

#efcc1c

Complementary Color

#efcc1c #1c3fef

#efcc1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcc1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcc1c Color CSS Codes

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

#efcc1c Text Font Color

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

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


#efcc1c Background Color

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

This div background color is #efcc1c


#efcc1c Border Color

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

This div border color is #efcc1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcc1c


Comments

No comments written yet.

Please login to write comment.