Color Hex Logo

#baeeed Color Hex

#BAEEED
(186,238,237)
0 Favorites   0 Comments

Color spaces of #baeeed

RGB 186238237
HSL0.500.600.83
HSV179°22°93°
CMYK 0.220.000.00   0.07
XYZ66.110377.702691.6345
Yxy77.70260.28080.3300
Hunter Lab88.1491-20.38890.0700
CIE-Lab90.6440-16.6625-4.9575

#baeeed color RGB value is (186,238,237).

#baeeed hex color red value is 186, green value is 238 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #baeeed hue: 0.50 , saturation: 0.60 and the lightness value of baeeed is 0.83.

The process color (four color CMYK) of #baeeed color hex is 0.22, 0.00, 0.00, 0.07. Web safe color of #baeeed is #ccffff. Color #baeeed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 11101101
Octal 272 356 355
Decimal 186 238 237
Hex BA EE ED

RGB Percentages of Color #baeeed

%28.14
%36.01
%35.85

CMYK Percentages of Color #baeeed

%22
%0
%0
%7

Triadic Colors of #baeeed

#baeeed #edbaee #eeedba

Analogous Colors of #baeeed

#baeeed #bad5ee #baeed3

Monochromatic Colors of #baeeed

#baeeed

Complementary Color

#baeeed #eebabb

#baeeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeeed Color CSS Codes

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

#baeeed Text Font Color

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

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


#baeeed Background Color

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

This div background color is #baeeed


#baeeed Border Color

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

This div border color is #baeeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeeed


Comments

No comments written yet.

Please login to write comment.