Color Hex Logo

#bae1de Color Hex

#BAE1DE
(186,225,222)
0 Favorites   0 Comments

Color spaces of #bae1de

RGB 186225222
HSL0.490.390.81
HSV175°17°88°
CMYK 0.170.000.01   0.12
XYZ60.359769.563579.3530
Yxy69.56350.28840.3324
Hunter Lab83.4047-16.77851.9736
CIE-Lab86.7823-13.2539-2.7719

#bae1de color RGB value is (186,225,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 11011110
Octal 272 341 336
Decimal 186 225 222
Hex BA E1 DE

RGB Percentages of Color #bae1de

%29.38
%35.55
%35.07

CMYK Percentages of Color #bae1de

%17
%0
%1
%12

Triadic Colors of #bae1de

#bae1de #debae1 #e1deba

Analogous Colors of #bae1de

#bae1de #bad1e1 #bae1cb

Monochromatic Colors of #bae1de

#bae1de

Complementary Color

#bae1de #e1babd

#bae1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae1de Color CSS Codes

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

#bae1de Text Font Color

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

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


#bae1de Background Color

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

This div background color is #bae1de


#bae1de Border Color

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

This div border color is #bae1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae1de


Comments

No comments written yet.

Please login to write comment.