Color Hex Logo

#edb666 Color Hex

#EDB666
(237,182,102)
0 Favorites   0 Comments

Color spaces of #edb666

RGB 237182102
HSL0.100.790.66
HSV36°57°93°
CMYK 0.000.230.57   0.07
XYZ54.051352.419719.8396
Yxy52.41970.42790.4150
Hunter Lab72.40156.556634.4342
CIE-Lab77.531111.095547.8759

#edb666 color RGB value is (237,182,102).

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

The process color (four color CMYK) of #edb666 color hex is 0.00, 0.23, 0.57, 0.07. Web safe color of #edb666 is #ffcc66. Color #edb666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 01100110
Octal 355 266 146
Decimal 237 182 102
Hex ED B6 66

RGB Percentages of Color #edb666

%45.49
%34.93
%19.58

CMYK Percentages of Color #edb666

%0
%23
%57
%7

Triadic Colors of #edb666

#edb666 #66edb6 #b666ed

Analogous Colors of #edb666

#edb666 #e1ed66 #ed7366

Monochromatic Colors of #edb666

#edb666

Complementary Color

#edb666 #669ded

#edb666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb666 Color CSS Codes

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

#edb666 Text Font Color

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

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


#edb666 Background Color

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

This div background color is #edb666


#edb666 Border Color

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

This div border color is #edb666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb666


Comments

No comments written yet.

Please login to write comment.