Color Hex Logo

#badcca Color Hex

#BADCCA
(186,220,202)
0 Favorites   0 Comments

Color spaces of #badcca

RGB 186220202
HSL0.410.330.80
HSV148°15°86°
CMYK 0.150.000.08   0.14
XYZ56.503665.889865.6171
Yxy65.88980.30050.3505
Hunter Lab81.1725-17.79948.8928
CIE-Lab84.9402-14.66775.1013

#badcca color RGB value is (186,220,202).

#badcca hex color red value is 186, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #badcca hue: 0.41 , saturation: 0.33 and the lightness value of badcca is 0.80.

The process color (four color CMYK) of #badcca color hex is 0.15, 0.00, 0.08, 0.14. Web safe color of #badcca is #cccccc. Color #badcca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11001010
Octal 272 334 312
Decimal 186 220 202
Hex BA DC CA

RGB Percentages of Color #badcca

%30.59
%36.18
%33.22

CMYK Percentages of Color #badcca

%15
%0
%8
%14

Triadic Colors of #badcca

#badcca #cabadc #dccaba

Analogous Colors of #badcca

#badcca #badcdb #bbdcba

Monochromatic Colors of #badcca

#badcca

Complementary Color

#badcca #dcbacc

#badcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcca Color CSS Codes

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

#badcca Text Font Color

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

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


#badcca Background Color

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

This div background color is #badcca


#badcca Border Color

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

This div border color is #badcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcca


Comments

No comments written yet.

Please login to write comment.