Color Hex Logo

#badcc7 Color Hex

#BADCC7
(186,220,199)
0 Favorites   0 Comments

Color spaces of #badcc7

RGB 186220199
HSL0.400.330.80
HSV143°15°86°
CMYK 0.150.000.10   0.14
XYZ56.151765.749063.7642
Yxy65.74900.30240.3541
Hunter Lab81.0858-18.289210.1356
CIE-Lab84.8682-15.23226.5826

#badcc7 color RGB value is (186,220,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11000111
Octal 272 334 307
Decimal 186 220 199
Hex BA DC C7

RGB Percentages of Color #badcc7

%30.74
%36.36
%32.89

CMYK Percentages of Color #badcc7

%15
%0
%10
%14

Triadic Colors of #badcc7

#badcc7 #c7badc #dcc7ba

Analogous Colors of #badcc7

#badcc7 #badcd8 #bedcba

Monochromatic Colors of #badcc7

#badcc7

Complementary Color

#badcc7 #dcbacf

#badcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcc7 Color CSS Codes

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

#badcc7 Text Font Color

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

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


#badcc7 Background Color

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

This div background color is #badcc7


#badcc7 Border Color

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

This div border color is #badcc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcc7


Comments

No comments written yet.

Please login to write comment.