Color Hex Logo

#badcea Color Hex

#BADCEA
(186,220,234)
1 Favorites   0 Comments

Color spaces of #badcea

RGB 186220234
HSL0.550.530.82
HSV198°21°92°
CMYK 0.210.060.00   0.08
XYZ60.694267.566087.6845
Yxy67.56600.28110.3129
Hunter Lab82.1985-12.0457-5.7081
CIE-Lab85.7890-8.1797-10.5752

#badcea color RGB value is (186,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11101010
Octal 272 334 352
Decimal 186 220 234
Hex BA DC EA

RGB Percentages of Color #badcea

%29.06
%34.38
%36.56

CMYK Percentages of Color #badcea

%21
%6
%0
%8

Triadic Colors of #badcea

#badcea #eabadc #dceaba

Analogous Colors of #badcea

#badcea #bac4ea #baeae0

Monochromatic Colors of #badcea

#badcea

Complementary Color

#badcea #eac8ba

#badcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcea Color CSS Codes

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

#badcea Text Font Color

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

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


#badcea Background Color

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

This div background color is #badcea


#badcea Border Color

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

This div border color is #badcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcea


Comments

No comments written yet.

Please login to write comment.