Color Hex Logo

#bdcfda Color Hex

#BDCFDA
(189,207,218)
0 Favorites   0 Comments

Color spaces of #bdcfda

RGB 189207218
HSL0.560.280.80
HSV203°13°85°
CMYK 0.130.050.00   0.15
XYZ55.954060.506475.0595
Yxy60.50640.29220.3159
Hunter Lab77.7859-7.7242-2.7618
CIE-Lab82.1127-3.8478-7.5166

#bdcfda color RGB value is (189,207,218).

#bdcfda hex color red value is 189, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bdcfda hue: 0.56 , saturation: 0.28 and the lightness value of bdcfda is 0.80.

The process color (four color CMYK) of #bdcfda color hex is 0.13, 0.05, 0.00, 0.15. Web safe color of #bdcfda is #cccccc. Color #bdcfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 11011010
Octal 275 317 332
Decimal 189 207 218
Hex BD CF DA

RGB Percentages of Color #bdcfda

%30.78
%33.71
%35.50

CMYK Percentages of Color #bdcfda

%13
%5
%0
%15

Triadic Colors of #bdcfda

#bdcfda #dabdcf #cfdabd

Analogous Colors of #bdcfda

#bdcfda #bdc1da #bddad7

Monochromatic Colors of #bdcfda

#bdcfda

Complementary Color

#bdcfda #dac8bd

#bdcfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcfda Color CSS Codes

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

#bdcfda Text Font Color

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

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


#bdcfda Background Color

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

This div background color is #bdcfda


#bdcfda Border Color

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

This div border color is #bdcfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcfda


Comments

No comments written yet.

Please login to write comment.