Color Hex Logo

#edb661 Color Hex

#EDB661
(237,182,97)
0 Favorites   0 Comments

Color spaces of #edb661

RGB 23718297
HSL0.100.800.65
HSV36°59°93°
CMYK 0.000.230.59   0.07
XYZ53.810752.323518.5726
Yxy52.32350.43150.4196
Hunter Lab72.33506.201735.4113
CIE-Lab77.473910.726750.2442

#edb661 color RGB value is (237,182,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 01100001
Octal 355 266 141
Decimal 237 182 97
Hex ED B6 61

RGB Percentages of Color #edb661

%45.93
%35.27
%18.80

CMYK Percentages of Color #edb661

%0
%23
%59
%7

Triadic Colors of #edb661

#edb661 #61edb6 #b661ed

Analogous Colors of #edb661

#edb661 #deed61 #ed7061

Monochromatic Colors of #edb661

#edb661

Complementary Color

#edb661 #6198ed

#edb661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb661 Color CSS Codes

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

#edb661 Text Font Color

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

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


#edb661 Background Color

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

This div background color is #edb661


#edb661 Border Color

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

This div border color is #edb661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb661


Comments

No comments written yet.

Please login to write comment.