Color Hex Logo

#baddd3 Color Hex

#BADDD3
(186,221,211)
0 Favorites   0 Comments

Color spaces of #baddd3

RGB 186221211
HSL0.450.340.80
HSV163°16°87°
CMYK 0.160.000.05   0.13
XYZ57.864066.855271.4826
Yxy66.85520.29490.3407
Hunter Lab81.7650-16.76685.4016
CIE-Lab85.4308-13.43501.0565

#baddd3 color RGB value is (186,221,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 11010011
Octal 272 335 323
Decimal 186 221 211
Hex BA DD D3

RGB Percentages of Color #baddd3

%30.10
%35.76
%34.14

CMYK Percentages of Color #baddd3

%16
%0
%5
%13

Triadic Colors of #baddd3

#baddd3 #d3badd #ddd3ba

Analogous Colors of #baddd3

#baddd3 #bad6dd #baddc2

Monochromatic Colors of #baddd3

#baddd3

Complementary Color

#baddd3 #ddbac4

#baddd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baddd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baddd3 Color CSS Codes

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

#baddd3 Text Font Color

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

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


#baddd3 Background Color

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

This div background color is #baddd3


#baddd3 Border Color

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

This div border color is #baddd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baddd3

#baddd3 Color Palettes


Comments

No comments written yet.

Please login to write comment.