Color Hex Logo

#edbbd0 Color Hex

#EDBBD0
(237,187,208)
0 Favorites   0 Comments

Color spaces of #edbbd0

RGB 237187208
HSL0.930.580.83
HSV335°21°93°
CMYK 0.000.210.12   0.07
XYZ64.080558.099267.5114
Yxy58.09920.33780.3063
Hunter Lab76.222816.67490.8422
CIE-Lab80.793921.2138-3.6576

#edbbd0 color RGB value is (237,187,208).

#edbbd0 hex color red value is 237, green value is 187 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #edbbd0 hue: 0.93 , saturation: 0.58 and the lightness value of edbbd0 is 0.83.

The process color (four color CMYK) of #edbbd0 color hex is 0.00, 0.21, 0.12, 0.07. Web safe color of #edbbd0 is #ffcccc. Color #edbbd0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 11010000
Octal 355 273 320
Decimal 237 187 208
Hex ED BB D0

RGB Percentages of Color #edbbd0

%37.50
%29.59
%32.91

CMYK Percentages of Color #edbbd0

%0
%21
%12
%7

Triadic Colors of #edbbd0

#edbbd0 #d0edbb #bbd0ed

Analogous Colors of #edbbd0

#edbbd0 #edbfbb #edbbe9

Monochromatic Colors of #edbbd0

#edbbd0

Complementary Color

#edbbd0 #bbedd8

#edbbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbd0 Color CSS Codes

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

#edbbd0 Text Font Color

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

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


#edbbd0 Background Color

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

This div background color is #edbbd0


#edbbd0 Border Color

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

This div border color is #edbbd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbd0


Comments

No comments written yet.

Please login to write comment.