Color Hex Logo

#bad3ef Color Hex

#BAD3EF
(186,211,239)
0 Favorites   0 Comments

Color spaces of #bad3ef

RGB 186211239
HSL0.590.620.83
HSV212°22°94°
CMYK 0.220.120.00   0.06
XYZ59.124063.259690.7555
Yxy63.25960.27740.2968
Hunter Lab79.5359-6.4976-11.9785
CIE-Lab83.5788-2.3985-16.5333

#bad3ef color RGB value is (186,211,239).

#bad3ef hex color red value is 186, green value is 211 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bad3ef hue: 0.59 , saturation: 0.62 and the lightness value of bad3ef is 0.83.

The process color (four color CMYK) of #bad3ef color hex is 0.22, 0.12, 0.00, 0.06. Web safe color of #bad3ef is #ccccff. Color #bad3ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 11101111
Octal 272 323 357
Decimal 186 211 239
Hex BA D3 EF

RGB Percentages of Color #bad3ef

%29.25
%33.18
%37.58

CMYK Percentages of Color #bad3ef

%22
%12
%0
%6

Triadic Colors of #bad3ef

#bad3ef #efbad3 #d3efba

Analogous Colors of #bad3ef

#bad3ef #bcbaef #baeeef

Monochromatic Colors of #bad3ef

#bad3ef

Complementary Color

#bad3ef #efd6ba

#bad3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad3ef Color CSS Codes

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

#bad3ef Text Font Color

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

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


#bad3ef Background Color

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

This div background color is #bad3ef


#bad3ef Border Color

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

This div border color is #bad3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad3ef


Comments

No comments written yet.

Please login to write comment.