Color Hex Logo

#bdeaab Color Hex

#BDEAAB
(189,234,171)
0 Favorites   0 Comments

Color spaces of #bdeaab

RGB 189234171
HSL0.290.600.79
HSV103°27°92°
CMYK 0.190.000.27   0.08
XYZ57.759872.604749.4979
Yxy72.60470.32110.4037
Hunter Lab85.2084-28.115825.2041
CIE-Lab88.2588-25.879525.9746

#bdeaab color RGB value is (189,234,171).

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

The process color (four color CMYK) of #bdeaab color hex is 0.19, 0.00, 0.27, 0.08. Web safe color of #bdeaab is #ccff99. Color #bdeaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 10101011
Octal 275 352 253
Decimal 189 234 171
Hex BD EA AB

RGB Percentages of Color #bdeaab

%31.82
%39.39
%28.79

CMYK Percentages of Color #bdeaab

%19
%0
%27
%8

Triadic Colors of #bdeaab

#bdeaab #abbdea #eaabbd

Analogous Colors of #bdeaab

#bdeaab #abeab9 #ddeaab

Monochromatic Colors of #bdeaab

#bdeaab

Complementary Color

#bdeaab #d8abea

#bdeaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeaab Color CSS Codes

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

#bdeaab Text Font Color

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

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


#bdeaab Background Color

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

This div background color is #bdeaab


#bdeaab Border Color

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

This div border color is #bdeaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeaab


Comments

No comments written yet.

Please login to write comment.