Color Hex Logo

#bad7ca Color Hex

#BAD7CA
(186,215,202)
0 Favorites   0 Comments

Color spaces of #bad7ca

RGB 186215202
HSL0.430.270.79
HSV153°13°84°
CMYK 0.130.000.06   0.16
XYZ55.210863.304265.1861
Yxy63.30420.30050.3446
Hunter Lab79.5639-15.37267.1189
CIE-Lab83.6022-12.13173.1651

#bad7ca color RGB value is (186,215,202).

#bad7ca hex color red value is 186, green value is 215 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bad7ca hue: 0.43 , saturation: 0.27 and the lightness value of bad7ca is 0.79.

The process color (four color CMYK) of #bad7ca color hex is 0.13, 0.00, 0.06, 0.16. Web safe color of #bad7ca is #cccccc. Color #bad7ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 11001010
Octal 272 327 312
Decimal 186 215 202
Hex BA D7 CA

RGB Percentages of Color #bad7ca

%30.85
%35.66
%33.50

CMYK Percentages of Color #bad7ca

%13
%0
%6
%16

Triadic Colors of #bad7ca

#bad7ca #cabad7 #d7caba

Analogous Colors of #bad7ca

#bad7ca #bad6d7 #bad7bc

Monochromatic Colors of #bad7ca

#bad7ca

Complementary Color

#bad7ca #d7bac7

#bad7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad7ca Color CSS Codes

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

#bad7ca Text Font Color

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

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


#bad7ca Background Color

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

This div background color is #bad7ca


#bad7ca Border Color

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

This div border color is #bad7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad7ca


Comments

No comments written yet.

Please login to write comment.