Color Hex Logo

#bdceab Color Hex

#BDCEAB
(189,206,171)
0 Favorites   0 Comments

Color spaces of #bdceab

RGB 189206171
HSL0.250.260.74
HSV89°17°81°
CMYK 0.080.000.17   0.19
XYZ50.408357.901747.0474
Yxy57.90170.32450.3727
Hunter Lab76.0932-14.914816.6070
CIE-Lab80.6841-12.018815.4956

#bdceab color RGB value is (189,206,171).

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

The process color (four color CMYK) of #bdceab color hex is 0.08, 0.00, 0.17, 0.19. Web safe color of #bdceab is #cccc99. Color #bdceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 10101011
Octal 275 316 253
Decimal 189 206 171
Hex BD CE AB

RGB Percentages of Color #bdceab

%33.39
%36.40
%30.21

CMYK Percentages of Color #bdceab

%8
%0
%17
%19

Triadic Colors of #bdceab

#bdceab #abbdce #ceabbd

Analogous Colors of #bdceab

#bdceab #acceab #ceceab

Monochromatic Colors of #bdceab

#bdceab

Complementary Color

#bdceab #bcabce

#bdceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdceab Color CSS Codes

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

#bdceab Text Font Color

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

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


#bdceab Background Color

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

This div background color is #bdceab


#bdceab Border Color

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

This div border color is #bdceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdceab


Comments

No comments written yet.

Please login to write comment.