Color Hex Logo

#bae1dd Color Hex

#BAE1DD
(186,225,221)
0 Favorites   0 Comments

Color spaces of #bae1dd

RGB 186225221
HSL0.480.390.81
HSV174°17°88°
CMYK 0.170.000.02   0.12
XYZ60.226169.510078.6491
Yxy69.51000.28900.3336
Hunter Lab83.3727-16.95872.4300
CIE-Lab86.7560-13.4576-2.2836

#bae1dd color RGB value is (186,225,221).

#bae1dd hex color red value is 186, green value is 225 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bae1dd hue: 0.48 , saturation: 0.39 and the lightness value of bae1dd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 11011101
Octal 272 341 335
Decimal 186 225 221
Hex BA E1 DD

RGB Percentages of Color #bae1dd

%29.43
%35.60
%34.97

CMYK Percentages of Color #bae1dd

%17
%0
%2
%12

Triadic Colors of #bae1dd

#bae1dd #ddbae1 #e1ddba

Analogous Colors of #bae1dd

#bae1dd #bad2e1 #bae1ca

Monochromatic Colors of #bae1dd

#bae1dd

Complementary Color

#bae1dd #e1babe

#bae1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae1dd Color CSS Codes

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

#bae1dd Text Font Color

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

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


#bae1dd Background Color

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

This div background color is #bae1dd


#bae1dd Border Color

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

This div border color is #bae1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae1dd

#bae1dd Color Palettes


Comments

No comments written yet.

Please login to write comment.