Color Hex Logo

#bdcfaa Color Hex

#BDCFAA
(189,207,170)
0 Favorites   0 Comments

Color spaces of #bdcfaa

RGB 189207170
HSL0.250.280.74
HSV89°18°81°
CMYK 0.090.000.18   0.19
XYZ50.554858.346746.6277
Yxy58.34670.32510.3751
Hunter Lab76.3850-15.535017.2771
CIE-Lab80.9312-12.692016.3725

#bdcfaa color RGB value is (189,207,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 10101010
Octal 275 317 252
Decimal 189 207 170
Hex BD CF AA

RGB Percentages of Color #bdcfaa

%33.39
%36.57
%30.04

CMYK Percentages of Color #bdcfaa

%9
%0
%18
%19

Triadic Colors of #bdcfaa

#bdcfaa #aabdcf #cfaabd

Analogous Colors of #bdcfaa

#bdcfaa #abcfaa #cfcfaa

Monochromatic Colors of #bdcfaa

#bdcfaa

Complementary Color

#bdcfaa #bcaacf

#bdcfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcfaa Color CSS Codes

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

#bdcfaa Text Font Color

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

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


#bdcfaa Background Color

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

This div background color is #bdcfaa


#bdcfaa Border Color

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

This div border color is #bdcfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcfaa


Comments

No comments written yet.

Please login to write comment.