Color Hex Logo

#bae0bb Color Hex

#BAE0BB
(186,224,187)
0 Favorites   0 Comments

Color spaces of #bae0bb

RGB 186224187
HSL0.340.380.80
HSV122°17°88°
CMYK 0.170.000.17   0.12
XYZ55.875067.338357.0664
Yxy67.33830.30990.3735
Hunter Lab82.0599-22.063316.2103
CIE-Lab85.6745-19.397814.0495

#bae0bb color RGB value is (186,224,187).

#bae0bb hex color red value is 186, green value is 224 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bae0bb hue: 0.34 , saturation: 0.38 and the lightness value of bae0bb is 0.80.

The process color (four color CMYK) of #bae0bb color hex is 0.17, 0.00, 0.17, 0.12. Web safe color of #bae0bb is #cccccc. Color #bae0bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 10111011
Octal 272 340 273
Decimal 186 224 187
Hex BA E0 BB

RGB Percentages of Color #bae0bb

%31.16
%37.52
%31.32

CMYK Percentages of Color #bae0bb

%17
%0
%17
%12

Triadic Colors of #bae0bb

#bae0bb #bbbae0 #e0bbba

Analogous Colors of #bae0bb

#bae0bb #bae0ce #cce0ba

Monochromatic Colors of #bae0bb

#bae0bb

Complementary Color

#bae0bb #e0badf

#bae0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae0bb Color CSS Codes

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

#bae0bb Text Font Color

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

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


#bae0bb Background Color

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

This div background color is #bae0bb


#bae0bb Border Color

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

This div border color is #bae0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae0bb


Comments

No comments written yet.

Please login to write comment.