Color Hex Logo

#baedc9 Color Hex

#BAEDC9
(186,237,201)
0 Favorites   0 Comments

Color spaces of #baedc9

RGB 186237201
HSL0.380.590.83
HSV138°22°93°
CMYK 0.220.000.15   0.07
XYZ61.076575.224566.5591
Yxy75.22450.30110.3708
Hunter Lab86.7321-26.081815.2127
CIE-Lab89.4980-23.265012.1552

#baedc9 color RGB value is (186,237,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 11001001
Octal 272 355 311
Decimal 186 237 201
Hex BA ED C9

RGB Percentages of Color #baedc9

%29.81
%37.98
%32.21

CMYK Percentages of Color #baedc9

%22
%0
%15
%7

Triadic Colors of #baedc9

#baedc9 #c9baed #edc9ba

Analogous Colors of #baedc9

#baedc9 #baede3 #c5edba

Monochromatic Colors of #baedc9

#baedc9

Complementary Color

#baedc9 #edbade

#baedc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedc9 Color CSS Codes

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

#baedc9 Text Font Color

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

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


#baedc9 Background Color

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

This div background color is #baedc9


#baedc9 Border Color

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

This div border color is #baedc9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,237,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 #baedc9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedc9


Comments

No comments written yet.

Please login to write comment.