Color Hex Logo

#bbeea2 Color Hex

#BBEEA2
(187,238,162)
0 Favorites   0 Comments

Color spaces of #bbeea2

RGB 187238162
HSL0.280.690.78
HSV100°32°93°
CMYK 0.210.000.32   0.07
XYZ57.589674.322545.4928
Yxy74.32250.32460.4189
Hunter Lab86.2105-31.628329.0603
CIE-Lab89.0747-29.812531.6462

#bbeea2 color RGB value is (187,238,162).

#bbeea2 hex color red value is 187, green value is 238 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #bbeea2 hue: 0.28 , saturation: 0.69 and the lightness value of bbeea2 is 0.78.

The process color (four color CMYK) of #bbeea2 color hex is 0.21, 0.00, 0.32, 0.07. Web safe color of #bbeea2 is #ccff99. Color #bbeea2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 10100010
Octal 273 356 242
Decimal 187 238 162
Hex BB EE A2

RGB Percentages of Color #bbeea2

%31.86
%40.55
%27.60

CMYK Percentages of Color #bbeea2

%21
%0
%32
%7

Triadic Colors of #bbeea2

#bbeea2 #a2bbee #eea2bb

Analogous Colors of #bbeea2

#bbeea2 #a2eeaf #e1eea2

Monochromatic Colors of #bbeea2

#bbeea2

Complementary Color

#bbeea2 #d5a2ee

#bbeea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeea2 Color CSS Codes

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

#bbeea2 Text Font Color

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

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


#bbeea2 Background Color

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

This div background color is #bbeea2


#bbeea2 Border Color

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

This div border color is #bbeea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeea2


Comments

No comments written yet.

Please login to write comment.