Color Hex Logo

#baece1 Color Hex

#BAECE1
(186,236,225)
0 Favorites   0 Comments

Color spaces of #baece1

RGB 186236225
HSL0.460.570.83
HSV167°21°93°
CMYK 0.210.000.05   0.07
XYZ63.835875.866382.5133
Yxy75.86630.28730.3414
Hunter Lab87.1013-21.60604.8039
CIE-Lab89.7972-18.15240.0679

#baece1 color RGB value is (186,236,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 11100001
Octal 272 354 341
Decimal 186 236 225
Hex BA EC E1

RGB Percentages of Color #baece1

%28.75
%36.48
%34.78

CMYK Percentages of Color #baece1

%21
%0
%5
%7

Triadic Colors of #baece1

#baece1 #e1baec #ece1ba

Analogous Colors of #baece1

#baece1 #badeec #baecc8

Monochromatic Colors of #baece1

#baece1

Complementary Color

#baece1 #ecbac5

#baece1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baece1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baece1 Color CSS Codes

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

#baece1 Text Font Color

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

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


#baece1 Background Color

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

This div background color is #baece1


#baece1 Border Color

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

This div border color is #baece1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baece1


Comments

No comments written yet.

Please login to write comment.