Color Hex Logo

#bdcfc7 Color Hex

#BDCFC7
(189,207,199)
0 Favorites   0 Comments

Color spaces of #bdcfc7

RGB 189207199
HSL0.430.160.78
HSV153°81°
CMYK 0.090.000.04   0.19
XYZ53.607959.568062.7052
Yxy59.56800.30480.3387
Hunter Lab77.1803-11.08305.8560
CIE-Lab81.6028-7.59071.8841

#bdcfc7 color RGB value is (189,207,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 11000111
Octal 275 317 307
Decimal 189 207 199
Hex BD CF C7

RGB Percentages of Color #bdcfc7

%31.76
%34.79
%33.45

CMYK Percentages of Color #bdcfc7

%9
%0
%4
%19

Triadic Colors of #bdcfc7

#bdcfc7 #c7bdcf #cfc7bd

Analogous Colors of #bdcfc7

#bdcfc7 #bdcecf #bdcfbe

Monochromatic Colors of #bdcfc7

#bdcfc7

Complementary Color

#bdcfc7 #cfbdc5

#bdcfc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcfc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcfc7 Color CSS Codes

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

#bdcfc7 Text Font Color

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

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


#bdcfc7 Background Color

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

This div background color is #bdcfc7


#bdcfc7 Border Color

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

This div border color is #bdcfc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcfc7

#bdcfc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.