Color Hex Logo

#edbbd1 Color Hex

#EDBBD1
(237,187,209)
0 Favorites   0 Comments

Color spaces of #edbbd1

RGB 237187209
HSL0.930.580.83
HSV334°21°93°
CMYK 0.000.210.12   0.07
XYZ64.204058.148668.1615
Yxy58.14860.33700.3052
Hunter Lab76.255216.84360.3817
CIE-Lab80.821321.3770-4.1560

#edbbd1 color RGB value is (237,187,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 11010001
Octal 355 273 321
Decimal 237 187 209
Hex ED BB D1

RGB Percentages of Color #edbbd1

%37.44
%29.54
%33.02

CMYK Percentages of Color #edbbd1

%0
%21
%12
%7

Triadic Colors of #edbbd1

#edbbd1 #d1edbb #bbd1ed

Analogous Colors of #edbbd1

#edbbd1 #edbebb #edbbea

Monochromatic Colors of #edbbd1

#edbbd1

Complementary Color

#edbbd1 #bbedd7

#edbbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbd1 Color CSS Codes

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

#edbbd1 Text Font Color

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

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


#edbbd1 Background Color

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

This div background color is #edbbd1


#edbbd1 Border Color

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

This div border color is #edbbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbd1


Comments

No comments written yet.

Please login to write comment.