Color Hex Logo

#edbbdc Color Hex

#EDBBDC
(237,187,220)
0 Favorites   0 Comments

Color spaces of #edbbdc

RGB 237187220
HSL0.890.580.83
HSV320°21°93°
CMYK 0.000.210.07   0.07
XYZ65.613658.712575.5846
Yxy58.71250.32820.2937
Hunter Lab76.624118.7583-4.8488
CIE-Lab81.133323.2197-9.6162

#edbbdc color RGB value is (237,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 11011100
Octal 355 273 334
Decimal 237 187 220
Hex ED BB DC

RGB Percentages of Color #edbbdc

%36.80
%29.04
%34.16

CMYK Percentages of Color #edbbdc

%0
%21
%7
%7

Triadic Colors of #edbbdc

#edbbdc #dcedbb #bbdced

Analogous Colors of #edbbdc

#edbbdc #edbbc3 #e5bbed

Monochromatic Colors of #edbbdc

#edbbdc

Complementary Color

#edbbdc #bbedcc

#edbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbdc Color CSS Codes

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

#edbbdc Text Font Color

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

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


#edbbdc Background Color

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

This div background color is #edbbdc


#edbbdc Border Color

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

This div border color is #edbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbdc


Comments

No comments written yet.

Please login to write comment.