Color Hex Logo

#bdcfad Color Hex

#BDCFAD
(189,207,173)
0 Favorites   0 Comments

Color spaces of #bdcfad

RGB 189207173
HSL0.250.260.75
HSV92°16°81°
CMYK 0.090.000.16   0.19
XYZ50.841958.461648.1397
Yxy58.46160.32290.3713
Hunter Lab76.4602-15.112516.1929
CIE-Lab80.9947-12.200714.8699

#bdcfad color RGB value is (189,207,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 10101101
Octal 275 317 255
Decimal 189 207 173
Hex BD CF AD

RGB Percentages of Color #bdcfad

%33.22
%36.38
%30.40

CMYK Percentages of Color #bdcfad

%9
%0
%16
%19

Triadic Colors of #bdcfad

#bdcfad #adbdcf #cfadbd

Analogous Colors of #bdcfad

#bdcfad #adcfae #cecfad

Monochromatic Colors of #bdcfad

#bdcfad

Complementary Color

#bdcfad #bfadcf

#bdcfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcfad Color CSS Codes

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

#bdcfad Text Font Color

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

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


#bdcfad Background Color

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

This div background color is #bdcfad


#bdcfad Border Color

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

This div border color is #bdcfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcfad


Comments

No comments written yet.

Please login to write comment.