Color Hex Logo

#bdcdef Color Hex

#BDCDEF
(189,205,239)
0 Favorites   0 Comments

Color spaces of #bdcdef

RGB 189205239
HSL0.610.610.84
HSV221°21°94°
CMYK 0.210.140.00   0.06
XYZ58.397660.713590.3023
Yxy60.71350.27890.2899
Hunter Lab77.9189-2.5782-14.1696
CIE-Lab82.22451.6838-18.5544

#bdcdef color RGB value is (189,205,239).

#bdcdef hex color red value is 189, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bdcdef hue: 0.61 , saturation: 0.61 and the lightness value of bdcdef is 0.84.

The process color (four color CMYK) of #bdcdef color hex is 0.21, 0.14, 0.00, 0.06. Web safe color of #bdcdef is #ccccff. Color #bdcdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 11101111
Octal 275 315 357
Decimal 189 205 239
Hex BD CD EF

RGB Percentages of Color #bdcdef

%29.86
%32.39
%37.76

CMYK Percentages of Color #bdcdef

%21
%14
%0
%6

Triadic Colors of #bdcdef

#bdcdef #efbdcd #cdefbd

Analogous Colors of #bdcdef

#bdcdef #c6bdef #bde6ef

Monochromatic Colors of #bdcdef

#bdcdef

Complementary Color

#bdcdef #efdfbd

#bdcdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcdef Color CSS Codes

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

#bdcdef Text Font Color

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

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


#bdcdef Background Color

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

This div background color is #bdcdef


#bdcdef Border Color

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

This div border color is #bdcdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcdef


Comments

No comments written yet.

Please login to write comment.