Color Hex Logo

#bdcfaf Color Hex

#BDCFAF
(189,207,175)
0 Favorites   0 Comments

Color spaces of #bdcfaf

RGB 189207175
HSL0.260.250.75
HSV94°15°81°
CMYK 0.090.000.15   0.19
XYZ51.037058.539649.1668
Yxy58.53960.32150.3688
Hunter Lab76.5112-14.825615.4575
CIE-Lab81.0379-11.868013.8683

#bdcfaf color RGB value is (189,207,175).

#bdcfaf hex color red value is 189, green value is 207 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bdcfaf hue: 0.26 , saturation: 0.25 and the lightness value of bdcfaf is 0.75.

The process color (four color CMYK) of #bdcfaf color hex is 0.09, 0.00, 0.15, 0.19. Web safe color of #bdcfaf is #cccc99. Color #bdcfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 10101111
Octal 275 317 257
Decimal 189 207 175
Hex BD CF AF

RGB Percentages of Color #bdcfaf

%33.10
%36.25
%30.65

CMYK Percentages of Color #bdcfaf

%9
%0
%15
%19

Triadic Colors of #bdcfaf

#bdcfaf #afbdcf #cfafbd

Analogous Colors of #bdcfaf

#bdcfaf #afcfb1 #cdcfaf

Monochromatic Colors of #bdcfaf

#bdcfaf

Complementary Color

#bdcfaf #c1afcf

#bdcfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcfaf Color CSS Codes

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

#bdcfaf Text Font Color

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

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


#bdcfaf Background Color

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

This div background color is #bdcfaf


#bdcfaf Border Color

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

This div border color is #bdcfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcfaf


Comments

No comments written yet.

Please login to write comment.