Color Hex Logo

#efb952 Color Hex

#EFB952
(239,185,82)
0 Favorites   0 Comments

Color spaces of #efb952

RGB 23918582
HSL0.110.830.63
HSV39°66°94°
CMYK 0.000.230.66   0.06
XYZ54.468653.657815.4688
Yxy53.65780.44070.4341
Hunter Lab73.25154.539638.7555
CIE-Lab78.26189.009558.1616

#efb952 color RGB value is (239,185,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 01010010
Octal 357 271 122
Decimal 239 185 82
Hex EF B9 52

RGB Percentages of Color #efb952

%47.23
%36.56
%16.21

CMYK Percentages of Color #efb952

%0
%23
%66
%6

Triadic Colors of #efb952

#efb952 #52efb9 #b952ef

Analogous Colors of #efb952

#efb952 #d7ef52 #ef6b52

Monochromatic Colors of #efb952

#efb952

Complementary Color

#efb952 #5288ef

#efb952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb952 Color CSS Codes

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

#efb952 Text Font Color

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

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


#efb952 Background Color

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

This div background color is #efb952


#efb952 Border Color

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

This div border color is #efb952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb952


Comments

No comments written yet.

Please login to write comment.