Color Hex Logo

#efc252 Color Hex

#EFC252
(239,194,82)
0 Favorites   0 Comments

Color spaces of #efc252

RGB 23919482
HSL0.120.830.63
HSV43°66°94°
CMYK 0.000.190.66   0.06
XYZ56.411457.543516.1164
Yxy57.54350.43370.4424
Hunter Lab75.8574-0.008940.5037
CIE-Lab80.48434.309760.5571

#efc252 color RGB value is (239,194,82).

#efc252 hex color red value is 239, green value is 194 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #efc252 hue: 0.12 , saturation: 0.83 and the lightness value of efc252 is 0.63.

The process color (four color CMYK) of #efc252 color hex is 0.00, 0.19, 0.66, 0.06. Web safe color of #efc252 is #ffcc66. Color #efc252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 01010010
Octal 357 302 122
Decimal 239 194 82
Hex EF C2 52

RGB Percentages of Color #efc252

%46.41
%37.67
%15.92

CMYK Percentages of Color #efc252

%0
%19
%66
%6

Triadic Colors of #efc252

#efc252 #52efc2 #c252ef

Analogous Colors of #efc252

#efc252 #ceef52 #ef7452

Monochromatic Colors of #efc252

#efc252

Complementary Color

#efc252 #527fef

#efc252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc252 Color CSS Codes

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

#efc252 Text Font Color

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

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


#efc252 Background Color

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

This div background color is #efc252


#efc252 Border Color

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

This div border color is #efc252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc252


Comments

No comments written yet.

Please login to write comment.