Color Hex Logo

#bddccd Color Hex

#BDDCCD
(189,220,205)
0 Favorites   0 Comments

Color spaces of #bddccd

RGB 189220205
HSL0.420.310.80
HSV151°14°86°
CMYK 0.140.000.07   0.14
XYZ57.598966.413067.5408
Yxy66.41300.30070.3467
Hunter Lab81.4942-16.45367.9075
CIE-Lab85.2066-13.11713.9258

#bddccd color RGB value is (189,220,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 11001101
Octal 275 334 315
Decimal 189 220 205
Hex BD DC CD

RGB Percentages of Color #bddccd

%30.78
%35.83
%33.39

CMYK Percentages of Color #bddccd

%14
%0
%7
%14

Triadic Colors of #bddccd

#bddccd #cdbddc #dccdbd

Analogous Colors of #bddccd

#bddccd #bddcdc #bddcbe

Monochromatic Colors of #bddccd

#bddccd

Complementary Color

#bddccd #dcbdcc

#bddccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddccd Color CSS Codes

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

#bddccd Text Font Color

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

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


#bddccd Background Color

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

This div background color is #bddccd


#bddccd Border Color

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

This div border color is #bddccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddccd


Comments

No comments written yet.

Please login to write comment.