Color Hex Logo

#bdcfcc Color Hex

#BDCFCC
(189,207,204)
0 Favorites   0 Comments

Color spaces of #bdcfcc

RGB 189207204
HSL0.470.160.78
HSV170°81°
CMYK 0.090.000.01   0.19
XYZ54.198259.804165.8135
Yxy59.80410.30140.3326
Hunter Lab77.3331-10.23293.6751
CIE-Lab81.7316-6.6350-0.5991

#bdcfcc color RGB value is (189,207,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 11001100
Octal 275 317 314
Decimal 189 207 204
Hex BD CF CC

RGB Percentages of Color #bdcfcc

%31.50
%34.50
%34.00

CMYK Percentages of Color #bdcfcc

%9
%0
%1
%19

Triadic Colors of #bdcfcc

#bdcfcc #ccbdcf #cfccbd

Analogous Colors of #bdcfcc

#bdcfcc #bdc9cf #bdcfc3

Monochromatic Colors of #bdcfcc

#bdcfcc

Complementary Color

#bdcfcc #cfbdc0

#bdcfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcfcc Color CSS Codes

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

#bdcfcc Text Font Color

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

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


#bdcfcc Background Color

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

This div background color is #bdcfcc


#bdcfcc Border Color

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

This div border color is #bdcfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcfcc


Comments

No comments written yet.

Please login to write comment.