Color Hex Logo

#baeebc Color Hex

#BAEEBC
(186,238,188)
0 Favorites   0 Comments

Color spaces of #baeebc

RGB 186238188
HSL0.340.600.83
HSV122°22°93°
CMYK 0.220.000.21   0.07
XYZ59.901375.219058.9385
Yxy75.21900.30870.3876
Hunter Lab86.7289-28.490420.4184
CIE-Lab89.4955-26.039218.8930

#baeebc color RGB value is (186,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 10111100
Octal 272 356 274
Decimal 186 238 188
Hex BA EE BC

RGB Percentages of Color #baeebc

%30.39
%38.89
%30.72

CMYK Percentages of Color #baeebc

%22
%0
%21
%7

Triadic Colors of #baeebc

#baeebc #bcbaee #eebcba

Analogous Colors of #baeebc

#baeebc #baeed6 #d2eeba

Monochromatic Colors of #baeebc

#baeebc

Complementary Color

#baeebc #eebaec

#baeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeebc Color CSS Codes

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

#baeebc Text Font Color

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

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


#baeebc Background Color

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

This div background color is #baeebc


#baeebc Border Color

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

This div border color is #baeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeebc


Comments

No comments written yet.

Please login to write comment.