Color Hex Logo

#bbeaad Color Hex

#BBEAAD
(187,234,173)
0 Favorites   0 Comments

Color spaces of #bbeaad

RGB 187234173
HSL0.300.590.80
HSV106°26°92°
CMYK 0.200.000.26   0.08
XYZ57.459272.427650.4867
Yxy72.42760.31860.4015
Hunter Lab85.1044-28.416424.4003
CIE-Lab88.1740-26.249824.8111

#bbeaad color RGB value is (187,234,173).

#bbeaad hex color red value is 187, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bbeaad hue: 0.30 , saturation: 0.59 and the lightness value of bbeaad is 0.80.

The process color (four color CMYK) of #bbeaad color hex is 0.20, 0.00, 0.26, 0.08. Web safe color of #bbeaad is #ccff99. Color #bbeaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 10101101
Octal 273 352 255
Decimal 187 234 173
Hex BB EA AD

RGB Percentages of Color #bbeaad

%31.48
%39.39
%29.12

CMYK Percentages of Color #bbeaad

%20
%0
%26
%8

Triadic Colors of #bbeaad

#bbeaad #adbbea #eaadbb

Analogous Colors of #bbeaad

#bbeaad #adeabe #daeaad

Monochromatic Colors of #bbeaad

#bbeaad

Complementary Color

#bbeaad #dcadea

#bbeaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeaad Color CSS Codes

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

#bbeaad Text Font Color

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

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


#bbeaad Background Color

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

This div background color is #bbeaad


#bbeaad Border Color

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

This div border color is #bbeaad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,234,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeaad


Comments

No comments written yet.

Please login to write comment.