Color Hex Logo

#baeebe Color Hex

#BAEEBE
(186,238,190)
0 Favorites   0 Comments

Color spaces of #baeebe

RGB 186238190
HSL0.350.600.83
HSV125°22°93°
CMYK 0.220.000.20   0.07
XYZ60.118575.305960.0821
Yxy75.30590.30750.3852
Hunter Lab86.7790-28.202519.6954
CIE-Lab89.5361-25.696717.9155

#baeebe color RGB value is (186,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 10111110
Octal 272 356 276
Decimal 186 238 190
Hex BA EE BE

RGB Percentages of Color #baeebe

%30.29
%38.76
%30.94

CMYK Percentages of Color #baeebe

%22
%0
%20
%7

Triadic Colors of #baeebe

#baeebe #bebaee #eebeba

Analogous Colors of #baeebe

#baeebe #baeed8 #d0eeba

Monochromatic Colors of #baeebe

#baeebe

Complementary Color

#baeebe #eebaea

#baeebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeebe Color CSS Codes

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

#baeebe Text Font Color

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

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


#baeebe Background Color

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

This div background color is #baeebe


#baeebe Border Color

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

This div border color is #baeebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeebe


Comments

No comments written yet.

Please login to write comment.