Color Hex Logo

#bad7cf Color Hex

#BAD7CF
(186,215,207)
0 Favorites   0 Comments

Color spaces of #bad7cf

RGB 186215207
HSL0.450.270.79
HSV163°13°84°
CMYK 0.130.000.04   0.16
XYZ55.812663.545068.3553
Yxy63.54500.29730.3385
Hunter Lab79.7151-14.52454.9597
CIE-Lab83.7283-11.16500.6940

#bad7cf color RGB value is (186,215,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 11001111
Octal 272 327 317
Decimal 186 215 207
Hex BA D7 CF

RGB Percentages of Color #bad7cf

%30.59
%35.36
%34.05

CMYK Percentages of Color #bad7cf

%13
%0
%4
%16

Triadic Colors of #bad7cf

#bad7cf #cfbad7 #d7cfba

Analogous Colors of #bad7cf

#bad7cf #bad1d7 #bad7c1

Monochromatic Colors of #bad7cf

#bad7cf

Complementary Color

#bad7cf #d7bac2

#bad7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad7cf Color CSS Codes

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

#bad7cf Text Font Color

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

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


#bad7cf Background Color

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

This div background color is #bad7cf


#bad7cf Border Color

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

This div border color is #bad7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad7cf


Comments

No comments written yet.

Please login to write comment.