Color Hex Logo

#d5bedc Color Hex

#D5BEDC
(213,190,220)
0 Favorites   0 Comments

Color spaces of #d5bedc

RGB 213190220
HSL0.790.300.80
HSV286°14°86°
CMYK 0.030.140.00   0.14
XYZ58.772356.140475.4487
Yxy56.14040.30870.2949
Hunter Lab74.92698.8925-7.2541
CIE-Lab79.693713.4997-11.9922

#d5bedc color RGB value is (213,190,220).

#d5bedc hex color red value is 213, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d5bedc hue: 0.79 , saturation: 0.30 and the lightness value of d5bedc is 0.80.

The process color (four color CMYK) of #d5bedc color hex is 0.03, 0.14, 0.00, 0.14. Web safe color of #d5bedc is #cccccc. Color #d5bedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111110 11011100
Octal 325 276 334
Decimal 213 190 220
Hex D5 BE DC

RGB Percentages of Color #d5bedc

%34.19
%30.50
%35.31

CMYK Percentages of Color #d5bedc

%3
%14
%0
%14

Triadic Colors of #d5bedc

#d5bedc #dcd5be #bedcd5

Analogous Colors of #d5bedc

#d5bedc #dcbed4 #c6bedc

Monochromatic Colors of #d5bedc

#d5bedc

Complementary Color

#d5bedc #c5dcbe

#d5bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bedc Color CSS Codes

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

#d5bedc Text Font Color

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

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


#d5bedc Background Color

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

This div background color is #d5bedc


#d5bedc Border Color

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

This div border color is #d5bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bedc


Comments

No comments written yet.

Please login to write comment.