Color Hex Logo

#edbbda Color Hex

#EDBBDA
(237,187,218)
0 Favorites   0 Comments

Color spaces of #edbbda

RGB 237187218
HSL0.900.580.83
HSV323°21°93°
CMYK 0.000.210.08   0.07
XYZ65.350358.607174.1976
Yxy58.60710.32980.2958
Hunter Lab76.555318.4022-3.8754
CIE-Lab81.075122.8785-8.6266

#edbbda color RGB value is (237,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 11011010
Octal 355 273 332
Decimal 237 187 218
Hex ED BB DA

RGB Percentages of Color #edbbda

%36.92
%29.13
%33.96

CMYK Percentages of Color #edbbda

%0
%21
%8
%7

Triadic Colors of #edbbda

#edbbda #daedbb #bbdaed

Analogous Colors of #edbbda

#edbbda #edbbc1 #e7bbed

Monochromatic Colors of #edbbda

#edbbda

Complementary Color

#edbbda #bbedce

#edbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbda Color CSS Codes

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

#edbbda Text Font Color

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

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


#edbbda Background Color

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

This div background color is #edbbda


#edbbda Border Color

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

This div border color is #edbbda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,187,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 #edbbda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbda


Comments

No comments written yet.

Please login to write comment.