Color Hex Logo

#efe652 Color Hex

#EFE652
(239,230,82)
0 Favorites   0 Comments

Color spaces of #efe652

RGB 23923082
HSL0.160.830.63
HSV57°66°94°
CMYK 0.000.040.66   0.06
XYZ65.416475.553519.1181
Yxy75.55350.40860.4719
Hunter Lab86.9215-17.775147.8044
CIE-Lab89.6516-13.940370.1648

#efe652 color RGB value is (239,230,82).

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

The process color (four color CMYK) of #efe652 color hex is 0.00, 0.04, 0.66, 0.06. Web safe color of #efe652 is #ffff66. Color #efe652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 01010010
Octal 357 346 122
Decimal 239 230 82
Hex EF E6 52

RGB Percentages of Color #efe652

%43.38
%41.74
%14.88

CMYK Percentages of Color #efe652

%0
%4
%66
%6

Triadic Colors of #efe652

#efe652 #52efe6 #e652ef

Analogous Colors of #efe652

#efe652 #aaef52 #ef9852

Monochromatic Colors of #efe652

#efe652

Complementary Color

#efe652 #525bef

#efe652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe652 Color CSS Codes

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

#efe652 Text Font Color

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

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


#efe652 Background Color

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

This div background color is #efe652


#efe652 Border Color

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

This div border color is #efe652


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,230,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 #efe652">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe652


Comments

No comments written yet.

Please login to write comment.