Color Hex Logo

#baddd2 Color Hex

#BADDD2
(186,221,210)
0 Favorites   0 Comments

Color spaces of #baddd2

RGB 186221210
HSL0.450.340.80
HSV161°16°87°
CMYK 0.160.000.05   0.13
XYZ57.739066.805170.8243
Yxy66.80510.29550.3419
Hunter Lab81.7344-16.93885.8382
CIE-Lab85.4054-13.63121.5480

#baddd2 color RGB value is (186,221,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 11010010
Octal 272 335 322
Decimal 186 221 210
Hex BA DD D2

RGB Percentages of Color #baddd2

%30.15
%35.82
%34.04

CMYK Percentages of Color #baddd2

%16
%0
%5
%13

Triadic Colors of #baddd2

#baddd2 #d2badd #ddd2ba

Analogous Colors of #baddd2

#baddd2 #bad7dd #baddc1

Monochromatic Colors of #baddd2

#baddd2

Complementary Color

#baddd2 #ddbac5

#baddd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baddd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baddd2 Color CSS Codes

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

#baddd2 Text Font Color

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

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


#baddd2 Background Color

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

This div background color is #baddd2


#baddd2 Border Color

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

This div border color is #baddd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baddd2


Comments

No comments written yet.

Please login to write comment.