Color Hex Logo

#bad2ca Color Hex

#BAD2CA
(186,210,202)
0 Favorites   0 Comments

Color spaces of #bad2ca

RGB 186210202
HSL0.440.210.78
HSV160°11°82°
CMYK 0.110.000.04   0.18
XYZ53.957060.796664.7682
Yxy60.79660.30060.3387
Hunter Lab77.9722-12.92875.3308
CIE-Lab82.2693-9.56861.2280

#bad2ca color RGB value is (186,210,202).

#bad2ca hex color red value is 186, green value is 210 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bad2ca hue: 0.44 , saturation: 0.21 and the lightness value of bad2ca is 0.78.

The process color (four color CMYK) of #bad2ca color hex is 0.11, 0.00, 0.04, 0.18. Web safe color of #bad2ca is #cccccc. Color #bad2ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010010 11001010
Octal 272 322 312
Decimal 186 210 202
Hex BA D2 CA

RGB Percentages of Color #bad2ca

%31.10
%35.12
%33.78

CMYK Percentages of Color #bad2ca

%11
%0
%4
%18

Triadic Colors of #bad2ca

#bad2ca #cabad2 #d2caba

Analogous Colors of #bad2ca

#bad2ca #baced2 #bad2be

Monochromatic Colors of #bad2ca

#bad2ca

Complementary Color

#bad2ca #d2bac2

#bad2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad2ca Color CSS Codes

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

#bad2ca Text Font Color

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

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


#bad2ca Background Color

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

This div background color is #bad2ca


#bad2ca Border Color

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

This div border color is #bad2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad2ca


Comments

No comments written yet.

Please login to write comment.