Color Hex Logo

#bae0dc Color Hex

#BAE0DC
(186,224,220)
1 Favorites   0 Comments

Color spaces of #bae0dc

RGB 186224220
HSL0.480.380.80
HSV174°17°88°
CMYK 0.170.000.02   0.12
XYZ59.823668.917777.8596
Yxy68.91770.28960.3336
Hunter Lab83.0167-16.64832.5048
CIE-Lab86.4633-13.1548-2.1858

#bae0dc color RGB value is (186,224,220).

#bae0dc hex color red value is 186, green value is 224 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bae0dc hue: 0.48 , saturation: 0.38 and the lightness value of bae0dc is 0.80.

The process color (four color CMYK) of #bae0dc color hex is 0.17, 0.00, 0.02, 0.12. Web safe color of #bae0dc is #cccccc. Color #bae0dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 11011100
Octal 272 340 334
Decimal 186 224 220
Hex BA E0 DC

RGB Percentages of Color #bae0dc

%29.52
%35.56
%34.92

CMYK Percentages of Color #bae0dc

%17
%0
%2
%12

Triadic Colors of #bae0dc

#bae0dc #dcbae0 #e0dcba

Analogous Colors of #bae0dc

#bae0dc #bad1e0 #bae0c9

Monochromatic Colors of #bae0dc

#bae0dc

Complementary Color

#bae0dc #e0babe

#bae0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae0dc Color CSS Codes

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

#bae0dc Text Font Color

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

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


#bae0dc Background Color

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

This div background color is #bae0dc


#bae0dc Border Color

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

This div border color is #bae0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae0dc

#bae0dc Color Palettes


Comments

No comments written yet.

Please login to write comment.