Color Hex Logo

#bbeac9 Color Hex

#BBEAC9
(187,234,201)
0 Favorites   0 Comments

Color spaces of #bbeac9

RGB 187234201
HSL0.380.530.83
HSV138°20°92°
CMYK 0.200.000.14   0.08
XYZ60.459073.627566.2833
Yxy73.62750.30170.3675
Hunter Lab85.8065-24.390714.2645
CIE-Lab88.7461-21.483011.0935

#bbeac9 color RGB value is (187,234,201).

#bbeac9 hex color red value is 187, green value is 234 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #bbeac9 hue: 0.38 , saturation: 0.53 and the lightness value of bbeac9 is 0.83.

The process color (four color CMYK) of #bbeac9 color hex is 0.20, 0.00, 0.14, 0.08. Web safe color of #bbeac9 is #ccffcc. Color #bbeac9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 11001001
Octal 273 352 311
Decimal 187 234 201
Hex BB EA C9

RGB Percentages of Color #bbeac9

%30.06
%37.62
%32.32

CMYK Percentages of Color #bbeac9

%20
%0
%14
%8

Triadic Colors of #bbeac9

#bbeac9 #c9bbea #eac9bb

Analogous Colors of #bbeac9

#bbeac9 #bbeae1 #c5eabb

Monochromatic Colors of #bbeac9

#bbeac9

Complementary Color

#bbeac9 #eabbdc

#bbeac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeac9 Color CSS Codes

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

#bbeac9 Text Font Color

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

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


#bbeac9 Background Color

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

This div background color is #bbeac9


#bbeac9 Border Color

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

This div border color is #bbeac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeac9


Comments

No comments written yet.

Please login to write comment.