Color Hex Logo

#baecc9 Color Hex

#BAECC9
(186,236,201)
0 Favorites   0 Comments

Color spaces of #baecc9

RGB 186236201
HSL0.380.570.83
HSV138°21°93°
CMYK 0.210.000.15   0.07
XYZ60.787874.647166.4628
Yxy74.64710.30110.3697
Hunter Lab86.3986-25.609514.8697
CIE-Lab89.2274-22.779411.7705

#baecc9 color RGB value is (186,236,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 11001001
Octal 272 354 311
Decimal 186 236 201
Hex BA EC C9

RGB Percentages of Color #baecc9

%29.86
%37.88
%32.26

CMYK Percentages of Color #baecc9

%21
%0
%15
%7

Triadic Colors of #baecc9

#baecc9 #c9baec #ecc9ba

Analogous Colors of #baecc9

#baecc9 #baece2 #c4ecba

Monochromatic Colors of #baecc9

#baecc9

Complementary Color

#baecc9 #ecbadd

#baecc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baecc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baecc9 Color CSS Codes

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

#baecc9 Text Font Color

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

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


#baecc9 Background Color

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

This div background color is #baecc9


#baecc9 Border Color

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

This div border color is #baecc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baecc9


Comments

No comments written yet.

Please login to write comment.