Color Hex Logo

#efec72 Color Hex

#EFEC72
(239,236,114)
0 Favorites   0 Comments

Color spaces of #efec72

RGB 239236114
HSL0.160.800.69
HSV59°52°94°
CMYK 0.000.010.52   0.06
XYZ68.629379.556527.6584
Yxy79.55650.39030.4524
Hunter Lab89.1945-18.746244.0508
CIE-Lab91.4855-14.732858.6561

#efec72 color RGB value is (239,236,114).

#efec72 hex color red value is 239, green value is 236 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #efec72 hue: 0.16 , saturation: 0.80 and the lightness value of efec72 is 0.69.

The process color (four color CMYK) of #efec72 color hex is 0.00, 0.01, 0.52, 0.06. Web safe color of #efec72 is #ffff66. Color #efec72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 01110010
Octal 357 354 162
Decimal 239 236 114
Hex EF EC 72

RGB Percentages of Color #efec72

%40.58
%40.07
%19.35

CMYK Percentages of Color #efec72

%0
%1
%52
%6

Triadic Colors of #efec72

#efec72 #72efec #ec72ef

Analogous Colors of #efec72

#efec72 #b4ef72 #efae72

Monochromatic Colors of #efec72

#efec72

Complementary Color

#efec72 #7275ef

#efec72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efec72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efec72 Color CSS Codes

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

#efec72 Text Font Color

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

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


#efec72 Background Color

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

This div background color is #efec72


#efec72 Border Color

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

This div border color is #efec72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efec72


Comments

No comments written yet.

Please login to write comment.