Color Hex Logo

#baddc7 Color Hex

#BADDC7
(186,221,199)
0 Favorites   0 Comments

Color spaces of #baddc7

RGB 186221199
HSL0.400.340.80
HSV142°16°87°
CMYK 0.160.000.10   0.13
XYZ56.415066.275563.8519
Yxy66.27550.30240.3553
Hunter Lab81.4098-18.770910.4841
CIE-Lab85.1367-15.73496.9689

#baddc7 color RGB value is (186,221,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 11000111
Octal 272 335 307
Decimal 186 221 199
Hex BA DD C7

RGB Percentages of Color #baddc7

%30.69
%36.47
%32.84

CMYK Percentages of Color #baddc7

%16
%0
%10
%13

Triadic Colors of #baddc7

#baddc7 #c7badd #ddc7ba

Analogous Colors of #baddc7

#baddc7 #baddd9 #bfddba

Monochromatic Colors of #baddc7

#baddc7

Complementary Color

#baddc7 #ddbad0

#baddc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baddc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baddc7 Color CSS Codes

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

#baddc7 Text Font Color

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

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


#baddc7 Background Color

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

This div background color is #baddc7


#baddc7 Border Color

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

This div border color is #baddc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baddc7


Comments

No comments written yet.

Please login to write comment.