Color Hex Logo

#baece3 Color Hex

#BAECE3
(186,236,227)
0 Favorites   0 Comments

Color spaces of #baece3

RGB 186236227
HSL0.470.570.83
HSV169°21°93°
CMYK 0.210.000.04   0.07
XYZ64.110375.976183.9589
Yxy75.97610.28610.3391
Hunter Lab87.1643-21.24873.9053
CIE-Lab89.8482-17.7456-0.9028

#baece3 color RGB value is (186,236,227).

#baece3 hex color red value is 186, green value is 236 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #baece3 hue: 0.47 , saturation: 0.57 and the lightness value of baece3 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 11100011
Octal 272 354 343
Decimal 186 236 227
Hex BA EC E3

RGB Percentages of Color #baece3

%28.66
%36.36
%34.98

CMYK Percentages of Color #baece3

%21
%0
%4
%7

Triadic Colors of #baece3

#baece3 #e3baec #ece3ba

Analogous Colors of #baece3

#baece3 #badcec #baecca

Monochromatic Colors of #baece3

#baece3

Complementary Color

#baece3 #ecbac3

#baece3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baece3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baece3 Color CSS Codes

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

#baece3 Text Font Color

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

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


#baece3 Background Color

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

This div background color is #baece3


#baece3 Border Color

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

This div border color is #baece3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baece3


Comments

No comments written yet.

Please login to write comment.