Color Hex Logo

#efcc16 Color Hex

#EFCC16
(239,204,22)
0 Favorites   0 Comments

Color spaces of #efcc16

RGB 23920422
HSL0.140.870.51
HSV50°91°94°
CMYK 0.000.150.91   0.06
XYZ57.334361.59449.6261
Yxy61.59440.44600.4791
Hunter Lab78.4821-6.942347.6653
CIE-Lab82.6973-2.949781.0713

#efcc16 color RGB value is (239,204,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 00010110
Octal 357 314 26
Decimal 239 204 22
Hex EF CC 16

RGB Percentages of Color #efcc16

%51.40
%43.87
%4.73

CMYK Percentages of Color #efcc16

%0
%15
%91
%6

Triadic Colors of #efcc16

#efcc16 #16efcc #cc16ef

Analogous Colors of #efcc16

#efcc16 #a6ef16 #ef6016

Monochromatic Colors of #efcc16

#efcc16

Complementary Color

#efcc16 #1639ef

#efcc16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcc16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcc16 Color CSS Codes

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

#efcc16 Text Font Color

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

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


#efcc16 Background Color

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

This div background color is #efcc16


#efcc16 Border Color

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

This div border color is #efcc16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcc16


Comments

No comments written yet.

Please login to write comment.