color codes Logo

#ed9bae color codes

#ED9BAE
(237,155,174)
1 Favorites   0 Comments

Color spaces of #ed9bae

RGB 237155174
HSL0.960.690.77
HSV346°35°93°
CMYK 0.000.350.27   0.07
XYZ54.286444.503245.7732
Yxy44.50320.37550.3078
Hunter Lab66.710728.51216.0160
CIE-Lab72.563633.10712.8721

#ed9bae color RGB value is (237,155,174).

#ed9bae hex color red value is 237, green value is 155 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ed9bae hue: 0.96 , saturation: 0.69 and the lightness value of ed9bae is 0.77.

The process color (four color CMYK) of #ed9bae color code is 0.00, 0.35, 0.27, 0.07. Web safe color of #ed9bae is #ff9999. Color #ed9bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011011 10101110
Octal 355 233 256
Decimal 237 155 174
Hex ED 9B AE

RGB Percentages of Color #ed9bae

%41.87
%27.39
%30.74

CMYK Percentages of Color #ed9bae

%0
%35
%27
%7

Triadic Colors of #ed9bae

#ed9bae #aeed9b #9baeed

Analogous Colors of #ed9bae

#ed9bae #edb19b #ed9bd7

Monochromatic Colors of #ed9bae

#ed9bae

Complementary Color

#ed9bae #9bedda

#ed9bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9bae Color CSS Codes

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

#ed9bae Text Font Color

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

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


#ed9bae Background Color

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

This div background color is #ed9bae


#ed9bae Border Color

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

This div border color is #ed9bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9bae


Comments

No comments written yet.

Please login to write comment.