Color Hex Logo

#bad7ea Color Hex

#BAD7EA
(186,215,234)
0 Favorites   0 Comments

Color spaces of #bad7ea

RGB 186215234
HSL0.570.530.82
HSV204°21°92°
CMYK 0.210.080.00   0.08
XYZ59.401464.980587.2536
Yxy64.98050.28070.3070
Hunter Lab80.6105-9.5327-7.7488
CIE-Lab84.4737-5.5894-12.5376

#bad7ea color RGB value is (186,215,234).

#bad7ea hex color red value is 186, green value is 215 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bad7ea hue: 0.57 , saturation: 0.53 and the lightness value of bad7ea is 0.82.

The process color (four color CMYK) of #bad7ea color hex is 0.21, 0.08, 0.00, 0.08. Web safe color of #bad7ea is #ccccff. Color #bad7ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 11101010
Octal 272 327 352
Decimal 186 215 234
Hex BA D7 EA

RGB Percentages of Color #bad7ea

%29.29
%33.86
%36.85

CMYK Percentages of Color #bad7ea

%21
%8
%0
%8

Triadic Colors of #bad7ea

#bad7ea #eabad7 #d7eaba

Analogous Colors of #bad7ea

#bad7ea #babfea #baeae5

Monochromatic Colors of #bad7ea

#bad7ea

Complementary Color

#bad7ea #eacdba

#bad7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad7ea Color CSS Codes

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

#bad7ea Text Font Color

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

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


#bad7ea Background Color

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

This div background color is #bad7ea


#bad7ea Border Color

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

This div border color is #bad7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad7ea


Comments

No comments written yet.

Please login to write comment.