Color Hex Logo

#baeecf Color Hex

#BAEECF
(186,238,207)
0 Favorites   0 Comments

Color spaces of #baeecf

RGB 186238207
HSL0.400.600.83
HSV144°22°93°
CMYK 0.220.000.13   0.07
XYZ62.086776.093270.4466
Yxy76.09320.29760.3647
Hunter Lab87.2314-25.608113.1804
CIE-Lab89.9026-22.64299.6104

#baeecf color RGB value is (186,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 11001111
Octal 272 356 317
Decimal 186 238 207
Hex BA EE CF

RGB Percentages of Color #baeecf

%29.48
%37.72
%32.81

CMYK Percentages of Color #baeecf

%22
%0
%13
%7

Triadic Colors of #baeecf

#baeecf #cfbaee #eecfba

Analogous Colors of #baeecf

#baeecf #baeee9 #bfeeba

Monochromatic Colors of #baeecf

#baeecf

Complementary Color

#baeecf #eebad9

#baeecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeecf Color CSS Codes

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

#baeecf Text Font Color

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

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


#baeecf Background Color

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

This div background color is #baeecf


#baeecf Border Color

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

This div border color is #baeecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeecf


Comments

No comments written yet.

Please login to write comment.