Color Hex Logo

#baddef Color Hex

#BADDEF
(186,221,239)
0 Favorites   0 Comments

Color spaces of #baddef

RGB 186221239
HSL0.560.620.83
HSV200°22°94°
CMYK 0.220.080.00   0.06
XYZ61.686168.384091.6096
Yxy68.38400.27830.3085
Hunter Lab82.6946-11.5634-7.7956
CIE-Lab86.1981-7.6103-12.6058

#baddef color RGB value is (186,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 11101111
Octal 272 335 357
Decimal 186 221 239
Hex BA DD EF

RGB Percentages of Color #baddef

%28.79
%34.21
%37.00

CMYK Percentages of Color #baddef

%22
%8
%0
%6

Triadic Colors of #baddef

#baddef #efbadd #ddefba

Analogous Colors of #baddef

#baddef #bac3ef #baefe7

Monochromatic Colors of #baddef

#baddef

Complementary Color

#baddef #efccba

#baddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#baddef Color CSS Codes

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

#baddef Text Font Color

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

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


#baddef Background Color

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

This div background color is #baddef


#baddef Border Color

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

This div border color is #baddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baddef


Comments

No comments written yet.

Please login to write comment.