Color Hex Logo

#ed9ceb Color Hex

#ED9CEB
(237,156,235)
0 Favorites   0 Comments

Color spaces of #ed9ceb

RGB 237156235
HSL0.840.690.77
HSV301°34°93°
CMYK 0.000.340.01   0.07
XYZ61.808947.779684.5620
Yxy47.77960.31840.2461
Hunter Lab69.122838.6480-24.1470
CIE-Lab74.685742.2991-27.4832

#ed9ceb color RGB value is (237,156,235).

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

The process color (four color CMYK) of #ed9ceb color hex is 0.00, 0.34, 0.01, 0.07. Web safe color of #ed9ceb is #ff99ff. Color #ed9ceb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011100 11101011
Octal 355 234 353
Decimal 237 156 235
Hex ED 9C EB

RGB Percentages of Color #ed9ceb

%37.74
%24.84
%37.42

CMYK Percentages of Color #ed9ceb

%0
%34
%1
%7

Triadic Colors of #ed9ceb

#ed9ceb #ebed9c #9cebed

Analogous Colors of #ed9ceb

#ed9ceb #ed9cc3 #c79ced

Monochromatic Colors of #ed9ceb

#ed9ceb

Complementary Color

#ed9ceb #9ced9e

#ed9ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9ceb Color CSS Codes

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

#ed9ceb Text Font Color

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

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


#ed9ceb Background Color

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

This div background color is #ed9ceb


#ed9ceb Border Color

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

This div border color is #ed9ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9ceb


Comments

No comments written yet.

Please login to write comment.