Color Hex Logo

#bdcfdc Color Hex

#BDCFDC
(189,207,220)
0 Favorites   0 Comments

Color spaces of #bdcfdc

RGB 189207220
HSL0.570.310.80
HSV205°14°86°
CMYK 0.140.060.00   0.14
XYZ56.217460.611876.4464
Yxy60.61180.29090.3136
Hunter Lab77.8536-7.3505-3.7208
CIE-Lab82.1696-3.4367-8.5000

#bdcfdc color RGB value is (189,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 11011100
Octal 275 317 334
Decimal 189 207 220
Hex BD CF DC

RGB Percentages of Color #bdcfdc

%30.68
%33.60
%35.71

CMYK Percentages of Color #bdcfdc

%14
%6
%0
%14

Triadic Colors of #bdcfdc

#bdcfdc #dcbdcf #cfdcbd

Analogous Colors of #bdcfdc

#bdcfdc #bdc0dc #bddcda

Monochromatic Colors of #bdcfdc

#bdcfdc

Complementary Color

#bdcfdc #dccabd

#bdcfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcfdc Color CSS Codes

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

#bdcfdc Text Font Color

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

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


#bdcfdc Background Color

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

This div background color is #bdcfdc


#bdcfdc Border Color

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

This div border color is #bdcfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcfdc


Comments

No comments written yet.

Please login to write comment.