Color Hex Logo

#badcee Color Hex

#BADCEE
(186,220,238)
0 Favorites   0 Comments

Color spaces of #badcee

RGB 186220238
HSL0.560.600.83
HSV201°22°93°
CMYK 0.220.080.00   0.07
XYZ61.275567.798590.7458
Yxy67.79850.27880.3084
Hunter Lab82.3398-11.2590-7.7049
CIE-Lab85.9056-7.3122-12.5148

#badcee color RGB value is (186,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11101110
Octal 272 334 356
Decimal 186 220 238
Hex BA DC EE

RGB Percentages of Color #badcee

%28.88
%34.16
%36.96

CMYK Percentages of Color #badcee

%22
%8
%0
%7

Triadic Colors of #badcee

#badcee #eebadc #dceeba

Analogous Colors of #badcee

#badcee #bac2ee #baeee6

Monochromatic Colors of #badcee

#badcee

Complementary Color

#badcee #eeccba

#badcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcee Color CSS Codes

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

#badcee Text Font Color

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

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


#badcee Background Color

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

This div background color is #badcee


#badcee Border Color

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

This div border color is #badcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcee


Comments

No comments written yet.

Please login to write comment.