Color Hex Logo

#edb852 Color Hex

#EDB852
(237,184,82)
0 Favorites   0 Comments

Color spaces of #edb852

RGB 23718482
HSL0.110.810.63
HSV39°65°93°
CMYK 0.000.220.65   0.07
XYZ53.588552.894715.3679
Yxy52.89470.43980.4341
Hunter Lab72.72874.248338.3819
CIE-Lab77.81288.695757.6148

#edb852 color RGB value is (237,184,82).

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

The process color (four color CMYK) of #edb852 color hex is 0.00, 0.22, 0.65, 0.07. Web safe color of #edb852 is #ffcc66. Color #edb852 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 01010010
Octal 355 270 122
Decimal 237 184 82
Hex ED B8 52

RGB Percentages of Color #edb852

%47.12
%36.58
%16.30

CMYK Percentages of Color #edb852

%0
%22
%65
%7

Triadic Colors of #edb852

#edb852 #52edb8 #b852ed

Analogous Colors of #edb852

#edb852 #d5ed52 #ed6b52

Monochromatic Colors of #edb852

#edb852

Complementary Color

#edb852 #5287ed

#edb852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb852 Color CSS Codes

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

#edb852 Text Font Color

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

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


#edb852 Background Color

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

This div background color is #edb852


#edb852 Border Color

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

This div border color is #edb852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb852


Comments

No comments written yet.

Please login to write comment.