Color Hex Logo

#bbeec5 Color Hex

#BBEEC5
(187,238,197)
0 Favorites   0 Comments

Color spaces of #bbeec5

RGB 187238197
HSL0.370.600.83
HSV132°21°93°
CMYK 0.210.000.17   0.07
XYZ61.146175.745164.2208
Yxy75.74510.30400.3766
Hunter Lab87.0317-26.896117.1720
CIE-Lab89.7409-24.147714.5853

#bbeec5 color RGB value is (187,238,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 11000101
Octal 273 356 305
Decimal 187 238 197
Hex BB EE C5

RGB Percentages of Color #bbeec5

%30.06
%38.26
%31.67

CMYK Percentages of Color #bbeec5

%21
%0
%17
%7

Triadic Colors of #bbeec5

#bbeec5 #c5bbee #eec5bb

Analogous Colors of #bbeec5

#bbeec5 #bbeedf #cbeebb

Monochromatic Colors of #bbeec5

#bbeec5

Complementary Color

#bbeec5 #eebbe4

#bbeec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeec5 Color CSS Codes

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

#bbeec5 Text Font Color

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

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


#bbeec5 Background Color

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

This div background color is #bbeec5


#bbeec5 Border Color

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

This div border color is #bbeec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeec5


Comments

No comments written yet.

Please login to write comment.