Color Hex Logo

#baddcd Color Hex

#BADDCD
(186,221,205)
0 Favorites   0 Comments

Color spaces of #baddcd

RGB 186221205
HSL0.420.340.80
HSV153°16°87°
CMYK 0.160.000.07   0.13
XYZ57.125666.559867.5941
Yxy66.55980.29860.3480
Hunter Lab81.5842-17.78597.9860
CIE-Lab85.2812-14.60044.0094

#baddcd color RGB value is (186,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 11001101
Octal 272 335 315
Decimal 186 221 205
Hex BA DD CD

RGB Percentages of Color #baddcd

%30.39
%36.11
%33.50

CMYK Percentages of Color #baddcd

%16
%0
%7
%13

Triadic Colors of #baddcd

#baddcd #cdbadd #ddcdba

Analogous Colors of #baddcd

#baddcd #badcdd #baddbc

Monochromatic Colors of #baddcd

#baddcd

Complementary Color

#baddcd #ddbaca

#baddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baddcd Color CSS Codes

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

#baddcd Text Font Color

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

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


#baddcd Background Color

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

This div background color is #baddcd


#baddcd Border Color

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

This div border color is #baddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baddcd


Comments

No comments written yet.

Please login to write comment.