Color Hex Logo

#ed9b68 Color Hex

#ED9B68
(237,155,104)
0 Favorites   0 Comments

Color spaces of #ed9b68

RGB 237155104
HSL0.060.790.67
HSV23°56°93°
CMYK 0.000.350.56   0.07
XYZ49.145142.446718.6995
Yxy42.44670.44560.3849
Hunter Lab65.151120.632528.5885
CIE-Lab71.177825.547239.1368

#ed9b68 color RGB value is (237,155,104).

#ed9b68 hex color red value is 237, green value is 155 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ed9b68 hue: 0.06 , saturation: 0.79 and the lightness value of ed9b68 is 0.67.

The process color (four color CMYK) of #ed9b68 color hex is 0.00, 0.35, 0.56, 0.07. Web safe color of #ed9b68 is #ff9966. Color #ed9b68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011011 01101000
Octal 355 233 150
Decimal 237 155 104
Hex ED 9B 68

RGB Percentages of Color #ed9b68

%47.78
%31.25
%20.97

CMYK Percentages of Color #ed9b68

%0
%35
%56
%7

Triadic Colors of #ed9b68

#ed9b68 #68ed9b #9b68ed

Analogous Colors of #ed9b68

#ed9b68 #edde68 #ed6878

Monochromatic Colors of #ed9b68

#ed9b68

Complementary Color

#ed9b68 #68baed

#ed9b68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9b68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9b68 Color CSS Codes

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

#ed9b68 Text Font Color

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

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


#ed9b68 Background Color

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

This div background color is #ed9b68


#ed9b68 Border Color

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

This div border color is #ed9b68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9b68


Comments

No comments written yet.

Please login to write comment.