Color Hex Logo

#d5bced Color Hex

#D5BCED
(213,188,237)
0 Favorites   0 Comments

Color spaces of #d5bced

RGB 213188237
HSL0.750.580.83
HSV271°21°93°
CMYK 0.100.210.00   0.07
XYZ60.709956.227087.7739
Yxy56.22700.29660.2747
Hunter Lab74.984713.2959-16.9131
CIE-Lab79.742817.9183-21.0627

#d5bced color RGB value is (213,188,237).

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

The process color (four color CMYK) of #d5bced color hex is 0.10, 0.21, 0.00, 0.07. Web safe color of #d5bced is #ccccff. Color #d5bced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111100 11101101
Octal 325 274 355
Decimal 213 188 237
Hex D5 BC ED

RGB Percentages of Color #d5bced

%33.39
%29.47
%37.15

CMYK Percentages of Color #d5bced

%10
%21
%0
%7

Triadic Colors of #d5bced

#d5bced #edd5bc #bcedd5

Analogous Colors of #d5bced

#d5bced #edbced #bdbced

Monochromatic Colors of #d5bced

#d5bced

Complementary Color

#d5bced #d4edbc

#d5bced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bced Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bced Color CSS Codes

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

#d5bced Text Font Color

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

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


#d5bced Background Color

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

This div background color is #d5bced


#d5bced Border Color

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

This div border color is #d5bced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bced


Comments

No comments written yet.

Please login to write comment.