Color Hex Logo

#efd652 Color Hex

#EFD652
(239,214,82)
0 Favorites   0 Comments

Color spaces of #efd652

RGB 23921482
HSL0.140.830.63
HSV50°66°94°
CMYK 0.000.100.66   0.06
XYZ61.166267.053117.7014
Yxy67.05310.41920.4595
Hunter Lab81.8860-9.966644.5034
CIE-Lab85.5308-5.953465.8975

#efd652 color RGB value is (239,214,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 01010010
Octal 357 326 122
Decimal 239 214 82
Hex EF D6 52

RGB Percentages of Color #efd652

%44.67
%40.00
%15.33

CMYK Percentages of Color #efd652

%0
%10
%66
%6

Triadic Colors of #efd652

#efd652 #52efd6 #d652ef

Analogous Colors of #efd652

#efd652 #baef52 #ef8852

Monochromatic Colors of #efd652

#efd652

Complementary Color

#efd652 #526bef

#efd652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd652 Color CSS Codes

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

#efd652 Text Font Color

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

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


#efd652 Background Color

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

This div background color is #efd652


#efd652 Border Color

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

This div border color is #efd652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd652


Comments

No comments written yet.

Please login to write comment.