Color Hex Logo

#beeaab Color Hex

#BEEAAB
(190,234,171)
0 Favorites   0 Comments

Color spaces of #beeaab

RGB 190234171
HSL0.280.600.79
HSV102°27°92°
CMYK 0.190.000.27   0.08
XYZ58.008772.733149.5096
Yxy72.73310.32180.4035
Hunter Lab85.2837-27.833425.2791
CIE-Lab88.3203-25.536826.0684

#beeaab color RGB value is (190,234,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 10101011
Octal 276 352 253
Decimal 190 234 171
Hex BE EA AB

RGB Percentages of Color #beeaab

%31.93
%39.33
%28.74

CMYK Percentages of Color #beeaab

%19
%0
%27
%8

Triadic Colors of #beeaab

#beeaab #abbeea #eaabbe

Analogous Colors of #beeaab

#beeaab #abeab8 #deeaab

Monochromatic Colors of #beeaab

#beeaab

Complementary Color

#beeaab #d7abea

#beeaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeaab Color CSS Codes

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

#beeaab Text Font Color

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

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


#beeaab Background Color

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

This div background color is #beeaab


#beeaab Border Color

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

This div border color is #beeaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeaab


Comments

No comments written yet.

Please login to write comment.