Color Hex Logo

#bbeeb9 Color Hex

#BBEEB9
(187,238,185)
0 Favorites   0 Comments

Color spaces of #bbeeb9

RGB 187238185
HSL0.330.610.83
HSV118°22°93°
CMYK 0.210.000.22   0.07
XYZ59.825075.216657.2641
Yxy75.21660.31110.3911
Hunter Lab86.7275-28.643121.5615
CIE-Lab89.4944-26.216420.4494

#bbeeb9 color RGB value is (187,238,185).

#bbeeb9 hex color red value is 187, green value is 238 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bbeeb9 hue: 0.33 , saturation: 0.61 and the lightness value of bbeeb9 is 0.83.

The process color (four color CMYK) of #bbeeb9 color hex is 0.21, 0.00, 0.22, 0.07. Web safe color of #bbeeb9 is #ccffcc. Color #bbeeb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 10111001
Octal 273 356 271
Decimal 187 238 185
Hex BB EE B9

RGB Percentages of Color #bbeeb9

%30.66
%39.02
%30.33

CMYK Percentages of Color #bbeeb9

%21
%0
%22
%7

Triadic Colors of #bbeeb9

#bbeeb9 #b9bbee #eeb9bb

Analogous Colors of #bbeeb9

#bbeeb9 #b9eed2 #d6eeb9

Monochromatic Colors of #bbeeb9

#bbeeb9

Complementary Color

#bbeeb9 #ecb9ee

#bbeeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeeb9 Color CSS Codes

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

#bbeeb9 Text Font Color

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

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


#bbeeb9 Background Color

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

This div background color is #bbeeb9


#bbeeb9 Border Color

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

This div border color is #bbeeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeeb9


Comments

No comments written yet.

Please login to write comment.