Color Hex Logo

#bae5dc Color Hex

#BAE5DC
(186,229,220)
0 Favorites   0 Comments

Color spaces of #bae5dc

RGB 186229220
HSL0.470.450.81
HSV167°19°90°
CMYK 0.190.000.04   0.10
XYZ61.187371.645078.3141
Yxy71.64500.28980.3393
Hunter Lab84.6434-19.09124.3938
CIE-Lab87.7974-15.6740-0.2328

#bae5dc color RGB value is (186,229,220).

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

The process color (four color CMYK) of #bae5dc color hex is 0.19, 0.00, 0.04, 0.10. Web safe color of #bae5dc is #cccccc. Color #bae5dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 11011100
Octal 272 345 334
Decimal 186 229 220
Hex BA E5 DC

RGB Percentages of Color #bae5dc

%29.29
%36.06
%34.65

CMYK Percentages of Color #bae5dc

%19
%0
%4
%10

Triadic Colors of #bae5dc

#bae5dc #dcbae5 #e5dcba

Analogous Colors of #bae5dc

#bae5dc #bad9e5 #bae5c7

Monochromatic Colors of #bae5dc

#bae5dc

Complementary Color

#bae5dc #e5bac3

#bae5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae5dc Color CSS Codes

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

#bae5dc Text Font Color

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

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


#bae5dc Background Color

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

This div background color is #bae5dc


#bae5dc Border Color

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

This div border color is #bae5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae5dc


Comments

No comments written yet.

Please login to write comment.