Color Hex Logo

#bdcfcb Color Hex

#BDCFCB
(189,207,203)
0 Favorites   0 Comments

Color spaces of #bdcfcb

RGB 189207203
HSL0.460.160.78
HSV167°81°
CMYK 0.090.000.02   0.19
XYZ54.078659.756365.1838
Yxy59.75630.30210.3338
Hunter Lab77.3022-10.40494.1162
CIE-Lab81.7055-6.8280-0.1029

#bdcfcb color RGB value is (189,207,203).

#bdcfcb hex color red value is 189, green value is 207 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bdcfcb hue: 0.46 , saturation: 0.16 and the lightness value of bdcfcb is 0.78.

The process color (four color CMYK) of #bdcfcb color hex is 0.09, 0.00, 0.02, 0.19. Web safe color of #bdcfcb is #cccccc. Color #bdcfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 11001011
Octal 275 317 313
Decimal 189 207 203
Hex BD CF CB

RGB Percentages of Color #bdcfcb

%31.55
%34.56
%33.89

CMYK Percentages of Color #bdcfcb

%9
%0
%2
%19

Triadic Colors of #bdcfcb

#bdcfcb #cbbdcf #cfcbbd

Analogous Colors of #bdcfcb

#bdcfcb #bdcacf #bdcfc2

Monochromatic Colors of #bdcfcb

#bdcfcb

Complementary Color

#bdcfcb #cfbdc1

#bdcfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcfcb Color CSS Codes

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

#bdcfcb Text Font Color

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

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


#bdcfcb Background Color

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

This div background color is #bdcfcb


#bdcfcb Border Color

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

This div border color is #bdcfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcfcb


Comments

No comments written yet.

Please login to write comment.