Color Hex Logo

#edb066 Color Hex

#EDB066
(237,176,102)
0 Favorites   0 Comments

Color spaces of #edb066

RGB 237176102
HSL0.090.790.66
HSV33°57°93°
CMYK 0.000.260.57   0.07
XYZ52.848750.014519.4387
Yxy50.01450.43210.4089
Hunter Lab70.72099.628833.2079
CIE-Lab76.078214.263046.1397

#edb066 color RGB value is (237,176,102).

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

The process color (four color CMYK) of #edb066 color hex is 0.00, 0.26, 0.57, 0.07. Web safe color of #edb066 is #ff9966. Color #edb066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 01100110
Octal 355 260 146
Decimal 237 176 102
Hex ED B0 66

RGB Percentages of Color #edb066

%46.02
%34.17
%19.81

CMYK Percentages of Color #edb066

%0
%26
%57
%7

Triadic Colors of #edb066

#edb066 #66edb0 #b066ed

Analogous Colors of #edb066

#edb066 #e7ed66 #ed6d66

Monochromatic Colors of #edb066

#edb066

Complementary Color

#edb066 #66a3ed

#edb066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb066 Color CSS Codes

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

#edb066 Text Font Color

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

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


#edb066 Background Color

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

This div background color is #edb066


#edb066 Border Color

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

This div border color is #edb066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb066


Comments

No comments written yet.

Please login to write comment.