Color Hex Logo

#edb366 Color Hex

#EDB366
(237,179,102)
0 Favorites   0 Comments

Color spaces of #edb366

RGB 237179102
HSL0.100.790.66
HSV34°57°93°
CMYK 0.000.240.57   0.07
XYZ53.443451.204019.6370
Yxy51.20400.43000.4120
Hunter Lab71.55708.090733.8192
CIE-Lab76.802412.677647.0068

#edb366 color RGB value is (237,179,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 01100110
Octal 355 263 146
Decimal 237 179 102
Hex ED B3 66

RGB Percentages of Color #edb366

%45.75
%34.56
%19.69

CMYK Percentages of Color #edb366

%0
%24
%57
%7

Triadic Colors of #edb366

#edb366 #66edb3 #b366ed

Analogous Colors of #edb366

#edb366 #e4ed66 #ed7066

Monochromatic Colors of #edb366

#edb366

Complementary Color

#edb366 #66a0ed

#edb366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb366 Color CSS Codes

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

#edb366 Text Font Color

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

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


#edb366 Background Color

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

This div background color is #edb366


#edb366 Border Color

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

This div border color is #edb366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb366


Comments

No comments written yet.

Please login to write comment.