Color Hex Logo

#bdddcd Color Hex

#BDDDCD
(189,221,205)
0 Favorites   0 Comments

Color spaces of #bdddcd

RGB 189221205
HSL0.420.320.80
HSV150°14°87°
CMYK 0.140.000.07   0.13
XYZ57.862266.939567.6286
Yxy66.93950.30070.3479
Hunter Lab81.8166-16.94058.2632
CIE-Lab85.4734-13.62314.3118

#bdddcd color RGB value is (189,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 11001101
Octal 275 335 315
Decimal 189 221 205
Hex BD DD CD

RGB Percentages of Color #bdddcd

%30.73
%35.93
%33.33

CMYK Percentages of Color #bdddcd

%14
%0
%7
%13

Triadic Colors of #bdddcd

#bdddcd #cdbddd #ddcdbd

Analogous Colors of #bdddcd

#bdddcd #bddddd #bdddbd

Monochromatic Colors of #bdddcd

#bdddcd

Complementary Color

#bdddcd #ddbdcd

#bdddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdddcd Color CSS Codes

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

#bdddcd Text Font Color

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

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


#bdddcd Background Color

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

This div background color is #bdddcd


#bdddcd Border Color

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

This div border color is #bdddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdddcd


Comments

No comments written yet.

Please login to write comment.