Color Hex Logo

#ed9bda Color Hex

#ED9BDA
(237,155,218)
0 Favorites   0 Comments

Color spaces of #ed9bda

RGB 237155218
HSL0.870.690.77
HSV314°35°93°
CMYK 0.000.350.08   0.07
XYZ59.301346.509272.1813
Yxy46.50920.33320.2613
Hunter Lab68.197735.8689-15.0150
CIE-Lab73.874739.8555-19.4322

#ed9bda color RGB value is (237,155,218).

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

The process color (four color CMYK) of #ed9bda color hex is 0.00, 0.35, 0.08, 0.07. Web safe color of #ed9bda is #ff99cc. Color #ed9bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011011 11011010
Octal 355 233 332
Decimal 237 155 218
Hex ED 9B DA

RGB Percentages of Color #ed9bda

%38.85
%25.41
%35.74

CMYK Percentages of Color #ed9bda

%0
%35
%8
%7

Triadic Colors of #ed9bda

#ed9bda #daed9b #9bdaed

Analogous Colors of #ed9bda

#ed9bda #ed9bb1 #d79bed

Monochromatic Colors of #ed9bda

#ed9bda

Complementary Color

#ed9bda #9bedae

#ed9bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9bda Color CSS Codes

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

#ed9bda Text Font Color

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

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


#ed9bda Background Color

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

This div background color is #ed9bda


#ed9bda Border Color

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

This div border color is #ed9bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9bda


Comments

No comments written yet.

Please login to write comment.