Color Hex Logo

#baddc6 Color Hex

#BADDC6
(186,221,198)
0 Favorites   0 Comments

Color spaces of #baddc6

RGB 186221198
HSL0.390.340.80
HSV141°16°87°
CMYK 0.160.000.10   0.13
XYZ56.299266.229263.2423
Yxy66.22920.30310.3565
Hunter Lab81.3813-18.931910.8920
CIE-Lab85.1132-15.92117.4627

#baddc6 color RGB value is (186,221,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 11000110
Octal 272 335 306
Decimal 186 221 198
Hex BA DD C6

RGB Percentages of Color #baddc6

%30.74
%36.53
%32.73

CMYK Percentages of Color #baddc6

%16
%0
%10
%13

Triadic Colors of #baddc6

#baddc6 #c6badd #ddc6ba

Analogous Colors of #baddc6

#baddc6 #baddd8 #c0ddba

Monochromatic Colors of #baddc6

#baddc6

Complementary Color

#baddc6 #ddbad1

#baddc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baddc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baddc6 Color CSS Codes

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

#baddc6 Text Font Color

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

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


#baddc6 Background Color

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

This div background color is #baddc6


#baddc6 Border Color

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

This div border color is #baddc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baddc6


Comments

No comments written yet.

Please login to write comment.