Color Hex Logo

#bdecab Color Hex

#BDECAB
(189,236,171)
0 Favorites   0 Comments

Color spaces of #bdecab

RGB 189236171
HSL0.290.630.80
HSV103°28°93°
CMYK 0.200.000.28   0.07
XYZ58.332473.750049.6888
Yxy73.75000.32090.4057
Hunter Lab85.8778-29.040325.8094
CIE-Lab88.8042-26.835326.7174

#bdecab color RGB value is (189,236,171).

#bdecab hex color red value is 189, green value is 236 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bdecab hue: 0.29 , saturation: 0.63 and the lightness value of bdecab is 0.80.

The process color (four color CMYK) of #bdecab color hex is 0.20, 0.00, 0.28, 0.07. Web safe color of #bdecab is #ccff99. Color #bdecab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 10101011
Octal 275 354 253
Decimal 189 236 171
Hex BD EC AB

RGB Percentages of Color #bdecab

%31.71
%39.60
%28.69

CMYK Percentages of Color #bdecab

%20
%0
%28
%7

Triadic Colors of #bdecab

#bdecab #abbdec #ecabbd

Analogous Colors of #bdecab

#bdecab #abecba #deecab

Monochromatic Colors of #bdecab

#bdecab

Complementary Color

#bdecab #daabec

#bdecab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdecab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdecab Color CSS Codes

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

#bdecab Text Font Color

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

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


#bdecab Background Color

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

This div background color is #bdecab


#bdecab Border Color

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

This div border color is #bdecab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,236,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 #bdecab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdecab


Comments

No comments written yet.

Please login to write comment.