Color Hex Logo

#baddca Color Hex

#BADDCA
(186,221,202)
0 Favorites   0 Comments

Color spaces of #baddca

RGB 186221202
HSL0.410.340.80
HSV147°16°87°
CMYK 0.160.000.09   0.13
XYZ56.766866.416365.7048
Yxy66.41630.30050.3516
Hunter Lab81.4962-18.28289.2459
CIE-Lab85.2083-15.17185.4884

#baddca color RGB value is (186,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 11001010
Octal 272 335 312
Decimal 186 221 202
Hex BA DD CA

RGB Percentages of Color #baddca

%30.54
%36.29
%33.17

CMYK Percentages of Color #baddca

%16
%0
%9
%13

Triadic Colors of #baddca

#baddca #cabadd #ddcaba

Analogous Colors of #baddca

#baddca #badddc #bcddba

Monochromatic Colors of #baddca

#baddca

Complementary Color

#baddca #ddbacd

#baddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#baddca Color CSS Codes

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

#baddca Text Font Color

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

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


#baddca Background Color

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

This div background color is #baddca


#baddca Border Color

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

This div border color is #baddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baddca


Comments

No comments written yet.

Please login to write comment.