Color Hex Logo

#badcef Color Hex

#BADCEF
(186,220,239)
0 Favorites   0 Comments

Color spaces of #badcef

RGB 186220239
HSL0.560.620.83
HSV202°22°94°
CMYK 0.220.080.00   0.06
XYZ61.422967.857591.5218
Yxy67.85750.27820.3073
Hunter Lab82.3757-11.0600-8.2100
CIE-Lab85.9351-7.0935-12.9988

#badcef color RGB value is (186,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11101111
Octal 272 334 357
Decimal 186 220 239
Hex BA DC EF

RGB Percentages of Color #badcef

%28.84
%34.11
%37.05

CMYK Percentages of Color #badcef

%22
%8
%0
%6

Triadic Colors of #badcef

#badcef #efbadc #dcefba

Analogous Colors of #badcef

#badcef #bac2ef #baefe8

Monochromatic Colors of #badcef

#badcef

Complementary Color

#badcef #efcdba

#badcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcef Color CSS Codes

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

#badcef Text Font Color

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

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


#badcef Background Color

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

This div background color is #badcef


#badcef Border Color

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

This div border color is #badcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcef


Comments

No comments written yet.

Please login to write comment.