Color Hex Logo

#efcc1e Color Hex

#EFCC1E
(239,204,30)
0 Favorites   0 Comments

Color spaces of #efcc1e

RGB 23920430
HSL0.140.870.53
HSV50°87°94°
CMYK 0.000.150.87   0.06
XYZ57.423861.630210.0976
Yxy61.63020.44460.4772
Hunter Lab78.5049-6.816647.3273
CIE-Lab82.7164-2.812479.6727

#efcc1e color RGB value is (239,204,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 00011110
Octal 357 314 36
Decimal 239 204 30
Hex EF CC 1E

RGB Percentages of Color #efcc1e

%50.53
%43.13
%6.34

CMYK Percentages of Color #efcc1e

%0
%15
%87
%6

Triadic Colors of #efcc1e

#efcc1e #1eefcc #cc1eef

Analogous Colors of #efcc1e

#efcc1e #aaef1e #ef641e

Monochromatic Colors of #efcc1e

#efcc1e

Complementary Color

#efcc1e #1e41ef

#efcc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcc1e Color CSS Codes

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

#efcc1e Text Font Color

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

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


#efcc1e Background Color

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

This div background color is #efcc1e


#efcc1e Border Color

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

This div border color is #efcc1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcc1e


Comments

No comments written yet.

Please login to write comment.