Color Hex Logo

#edb655 Color Hex

#EDB655
(237,182,85)
0 Favorites   0 Comments

Color spaces of #edb655

RGB 23718285
HSL0.110.810.63
HSV38°64°93°
CMYK 0.000.230.64   0.07
XYZ53.292752.116315.8450
Yxy52.11630.43950.4298
Hunter Lab72.19165.435537.5209
CIE-Lab77.35039.927755.7509

#edb655 color RGB value is (237,182,85).

#edb655 hex color red value is 237, green value is 182 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #edb655 hue: 0.11 , saturation: 0.81 and the lightness value of edb655 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 01010101
Octal 355 266 125
Decimal 237 182 85
Hex ED B6 55

RGB Percentages of Color #edb655

%47.02
%36.11
%16.87

CMYK Percentages of Color #edb655

%0
%23
%64
%7

Triadic Colors of #edb655

#edb655 #55edb6 #b655ed

Analogous Colors of #edb655

#edb655 #d8ed55 #ed6a55

Monochromatic Colors of #edb655

#edb655

Complementary Color

#edb655 #558ced

#edb655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb655 Color CSS Codes

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

#edb655 Text Font Color

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

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


#edb655 Background Color

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

This div background color is #edb655


#edb655 Border Color

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

This div border color is #edb655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb655


Comments

No comments written yet.

Please login to write comment.