Color Hex Logo

#baede5 Color Hex

#BAEDE5
(186,237,229)
0 Favorites   0 Comments

Color spaces of #baede5

RGB 186237229
HSL0.470.590.83
HSV171°22°93°
CMYK 0.220.000.03   0.07
XYZ64.676776.664685.5177
Yxy76.66460.28510.3379
Hunter Lab87.5583-21.37453.3826
CIE-Lab90.1670-17.8321-1.4813

#baede5 color RGB value is (186,237,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 11100101
Octal 272 355 345
Decimal 186 237 229
Hex BA ED E5

RGB Percentages of Color #baede5

%28.53
%36.35
%35.12

CMYK Percentages of Color #baede5

%22
%0
%3
%7

Triadic Colors of #baede5

#baede5 #e5baed #ede5ba

Analogous Colors of #baede5

#baede5 #badced #baedcc

Monochromatic Colors of #baede5

#baede5

Complementary Color

#baede5 #edbac2

#baede5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baede5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baede5 Color CSS Codes

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

#baede5 Text Font Color

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

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


#baede5 Background Color

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

This div background color is #baede5


#baede5 Border Color

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

This div border color is #baede5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baede5

#baede5 Color Palettes


Comments

No comments written yet.

Please login to write comment.