color codes Logo

#bbeea0 color codes

#BBEEA0
(187,238,160)
0 Favorites   0 Comments

Color spaces of #bbeea0

RGB 187238160
HSL0.280.700.78
HSV99°33°93°
CMYK 0.210.000.33   0.07
XYZ57.413274.251944.5638
Yxy74.25190.32580.4213
Hunter Lab86.1695-31.865429.6560
CIE-Lab89.0414-30.101532.6135

#bbeea0 color RGB value is (187,238,160).

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

The process color (four color CMYK) of #bbeea0 color code is 0.21, 0.00, 0.33, 0.07. Web safe color of #bbeea0 is #ccff99. Color #bbeea0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 10100000
Octal 273 356 240
Decimal 187 238 160
Hex BB EE A0

RGB Percentages of Color #bbeea0

%31.97
%40.68
%27.35

CMYK Percentages of Color #bbeea0

%21
%0
%33
%7

Triadic Colors of #bbeea0

#bbeea0 #a0bbee #eea0bb

Analogous Colors of #bbeea0

#bbeea0 #a0eeac #e2eea0

Monochromatic Colors of #bbeea0

#bbeea0

Complementary Color

#bbeea0 #d3a0ee

#bbeea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeea0 Color CSS Codes

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

#bbeea0 Text Font Color

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

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


#bbeea0 Background Color

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

This div background color is #bbeea0


#bbeea0 Border Color

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

This div border color is #bbeea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeea0


Comments

No comments written yet.

Please login to write comment.