Color Hex Logo

#baebdd Color Hex

#BAEBDD
(186,235,221)
0 Favorites   0 Comments

Color spaces of #baebdd

RGB 186235221
HSL0.450.550.83
HSV163°21°92°
CMYK 0.210.000.06   0.08
XYZ63.009275.076279.5768
Yxy75.07620.28950.3449
Hunter Lab86.6465-21.82656.2002
CIE-Lab89.4287-18.46201.6217

#baebdd color RGB value is (186,235,221).

#baebdd hex color red value is 186, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #baebdd hue: 0.45 , saturation: 0.55 and the lightness value of baebdd is 0.83.

The process color (four color CMYK) of #baebdd color hex is 0.21, 0.00, 0.06, 0.08. Web safe color of #baebdd is #ccffcc. Color #baebdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11011101
Octal 272 353 335
Decimal 186 235 221
Hex BA EB DD

RGB Percentages of Color #baebdd

%28.97
%36.60
%34.42

CMYK Percentages of Color #baebdd

%21
%0
%6
%8

Triadic Colors of #baebdd

#baebdd #ddbaeb #ebddba

Analogous Colors of #baebdd

#baebdd #bae1eb #baebc5

Monochromatic Colors of #baebdd

#baebdd

Complementary Color

#baebdd #ebbac8

#baebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebdd Color CSS Codes

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

#baebdd Text Font Color

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

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


#baebdd Background Color

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

This div background color is #baebdd


#baebdd Border Color

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

This div border color is #baebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebdd


Comments

No comments written yet.

Please login to write comment.