Color Hex Logo

#baecee Color Hex

#BAECEE
(186,236,238)
0 Favorites   0 Comments

Color spaces of #baecee

RGB 186236238
HSL0.510.600.83
HSV182°22°93°
CMYK 0.220.010.00   0.07
XYZ65.677876.603192.2132
Yxy76.60310.28010.3267
Hunter Lab87.5232-19.2184-1.2009
CIE-Lab90.1386-15.4522-6.2256

#baecee color RGB value is (186,236,238).

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

The process color (four color CMYK) of #baecee color hex is 0.22, 0.01, 0.00, 0.07. Web safe color of #baecee is #ccffff. Color #baecee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 11101110
Octal 272 354 356
Decimal 186 236 238
Hex BA EC EE

RGB Percentages of Color #baecee

%28.18
%35.76
%36.06

CMYK Percentages of Color #baecee

%22
%1
%0
%7

Triadic Colors of #baecee

#baecee #eebaec #eceeba

Analogous Colors of #baecee

#baecee #bad2ee #baeed6

Monochromatic Colors of #baecee

#baecee

Complementary Color

#baecee #eebcba

#baecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#baecee Color CSS Codes

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

#baecee Text Font Color

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

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


#baecee Background Color

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

This div background color is #baecee


#baecee Border Color

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

This div border color is #baecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baecee


Comments

No comments written yet.

Please login to write comment.