Color Hex Logo

#bbeea6 Color Hex

#BBEEA6
(187,238,166)
0 Favorites   0 Comments

Color spaces of #bbeea6

RGB 187238166
HSL0.280.680.79
HSV103°30°93°
CMYK 0.210.000.30   0.07
XYZ57.951074.467047.3956
Yxy74.46700.32230.4141
Hunter Lab86.2943-31.143127.8420
CIE-Lab89.1427-29.222629.7073

#bbeea6 color RGB value is (187,238,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 10100110
Octal 273 356 246
Decimal 187 238 166
Hex BB EE A6

RGB Percentages of Color #bbeea6

%31.64
%40.27
%28.09

CMYK Percentages of Color #bbeea6

%21
%0
%30
%7

Triadic Colors of #bbeea6

#bbeea6 #a6bbee #eea6bb

Analogous Colors of #bbeea6

#bbeea6 #a6eeb5 #dfeea6

Monochromatic Colors of #bbeea6

#bbeea6

Complementary Color

#bbeea6 #d9a6ee

#bbeea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeea6 Color CSS Codes

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

#bbeea6 Text Font Color

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

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


#bbeea6 Background Color

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

This div background color is #bbeea6


#bbeea6 Border Color

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

This div border color is #bbeea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeea6


Comments

No comments written yet.

Please login to write comment.