Color Hex Logo

#baebe0 Color Hex

#BAEBE0
(186,235,224)
0 Favorites   0 Comments

Color spaces of #baebe0

RGB 186235224
HSL0.460.550.83
HSV167°21°92°
CMYK 0.210.000.05   0.08
XYZ63.412675.237681.7011
Yxy75.23760.28780.3414
Hunter Lab86.7396-21.29864.8718
CIE-Lab89.5042-17.85900.1629

#baebe0 color RGB value is (186,235,224).

#baebe0 hex color red value is 186, green value is 235 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #baebe0 hue: 0.46 , saturation: 0.55 and the lightness value of baebe0 is 0.83.

The process color (four color CMYK) of #baebe0 color hex is 0.21, 0.00, 0.05, 0.08. Web safe color of #baebe0 is #ccffcc. Color #baebe0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11100000
Octal 272 353 340
Decimal 186 235 224
Hex BA EB E0

RGB Percentages of Color #baebe0

%28.84
%36.43
%34.73

CMYK Percentages of Color #baebe0

%21
%0
%5
%8

Triadic Colors of #baebe0

#baebe0 #e0baeb #ebe0ba

Analogous Colors of #baebe0

#baebe0 #badeeb #baebc8

Monochromatic Colors of #baebe0

#baebe0

Complementary Color

#baebe0 #ebbac5

#baebe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebe0 Color CSS Codes

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

#baebe0 Text Font Color

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

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


#baebe0 Background Color

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

This div background color is #baebe0


#baebe0 Border Color

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

This div border color is #baebe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebe0


Comments

No comments written yet.

Please login to write comment.