Color Hex Logo

#bdddcb Color Hex

#BDDDCB
(189,221,203)
0 Favorites   0 Comments

Color spaces of #bdddcb

RGB 189221203
HSL0.410.320.80
HSV146°14°87°
CMYK 0.140.000.08   0.13
XYZ57.622266.843566.3650
Yxy66.84350.30200.3503
Hunter Lab81.7579-17.27119.1033
CIE-Lab85.4249-14.00065.2976

#bdddcb color RGB value is (189,221,203).

#bdddcb hex color red value is 189, green value is 221 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bdddcb hue: 0.41 , saturation: 0.32 and the lightness value of bdddcb is 0.80.

The process color (four color CMYK) of #bdddcb color hex is 0.14, 0.00, 0.08, 0.13. Web safe color of #bdddcb is #cccccc. Color #bdddcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 11001011
Octal 275 335 313
Decimal 189 221 203
Hex BD DD CB

RGB Percentages of Color #bdddcb

%30.83
%36.05
%33.12

CMYK Percentages of Color #bdddcb

%14
%0
%8
%13

Triadic Colors of #bdddcb

#bdddcb #cbbddd #ddcbbd

Analogous Colors of #bdddcb

#bdddcb #bddddb #bfddbd

Monochromatic Colors of #bdddcb

#bdddcb

Complementary Color

#bdddcb #ddbdcf

#bdddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdddcb Color CSS Codes

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

#bdddcb Text Font Color

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

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


#bdddcb Background Color

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

This div background color is #bdddcb


#bdddcb Border Color

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

This div border color is #bdddcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,221,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdddcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdddcb;
  -webkit-box-shadow: 1px 1px 3px 2px #bdddcb;
  box-shadow:         1px 1px 3px 2px #bdddcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,221,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdddcb


Comments

No comments written yet.

Please login to write comment.