Color Hex Logo

#bdcedd Color Hex

#BDCEDD
(189,206,221)
2 Favorites   0 Comments

Color spaces of #bdcedd

RGB 189206221
HSL0.580.320.80
HSV208°14°87°
CMYK 0.140.070.00   0.13
XYZ56.108760.181977.0656
Yxy60.18190.29020.3112
Hunter Lab77.5770-6.6570-4.5953
CIE-Lab81.9370-2.7046-9.3797

#bdcedd color RGB value is (189,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 11011101
Octal 275 316 335
Decimal 189 206 221
Hex BD CE DD

RGB Percentages of Color #bdcedd

%30.68
%33.44
%35.88

CMYK Percentages of Color #bdcedd

%14
%7
%0
%13

Triadic Colors of #bdcedd

#bdcedd #ddbdce #ceddbd

Analogous Colors of #bdcedd

#bdcedd #bdbedd #bddddc

Monochromatic Colors of #bdcedd

#bdcedd

Complementary Color

#bdcedd #ddccbd

#bdcedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcedd Color CSS Codes

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

#bdcedd Text Font Color

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

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


#bdcedd Background Color

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

This div background color is #bdcedd


#bdcedd Border Color

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

This div border color is #bdcedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcedd


Comments

No comments written yet.

Please login to write comment.