Color Hex Logo

#edb869 Color Hex

#EDB869
(237,184,105)
0 Favorites   0 Comments

Color spaces of #edb869

RGB 237184105
HSL0.100.790.67
HSV36°56°93°
CMYK 0.000.220.56   0.07
XYZ54.615353.305420.7750
Yxy53.30540.42440.4142
Hunter Lab73.01055.757934.2365
CIE-Lab78.055010.273447.0244

#edb869 color RGB value is (237,184,105).

#edb869 hex color red value is 237, green value is 184 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #edb869 hue: 0.10 , saturation: 0.79 and the lightness value of edb869 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 01101001
Octal 355 270 151
Decimal 237 184 105
Hex ED B8 69

RGB Percentages of Color #edb869

%45.06
%34.98
%19.96

CMYK Percentages of Color #edb869

%0
%22
%56
%7

Triadic Colors of #edb869

#edb869 #69edb8 #b869ed

Analogous Colors of #edb869

#edb869 #e0ed69 #ed7669

Monochromatic Colors of #edb869

#edb869

Complementary Color

#edb869 #699eed

#edb869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb869 Color CSS Codes

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

#edb869 Text Font Color

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

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


#edb869 Background Color

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

This div background color is #edb869


#edb869 Border Color

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

This div border color is #edb869


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,184,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb869


Comments

No comments written yet.

Please login to write comment.