Color Hex Logo

#baddae Color Hex

#BADDAE
(186,221,174)
0 Favorites   0 Comments

Color spaces of #baddae

RGB 186221174
HSL0.290.410.77
HSV105°21°87°
CMYK 0.160.000.21   0.13
XYZ53.746165.208049.7981
Yxy65.20800.31850.3864
Hunter Lab80.7515-22.510119.9629
CIE-Lab84.5908-20.115319.3401

#baddae color RGB value is (186,221,174).

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

The process color (four color CMYK) of #baddae color hex is 0.16, 0.00, 0.21, 0.13. Web safe color of #baddae is #cccc99. Color #baddae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 10101110
Octal 272 335 256
Decimal 186 221 174
Hex BA DD AE

RGB Percentages of Color #baddae

%32.01
%38.04
%29.95

CMYK Percentages of Color #baddae

%16
%0
%21
%13

Triadic Colors of #baddae

#baddae #aebadd #ddaeba

Analogous Colors of #baddae

#baddae #aeddba #d2ddae

Monochromatic Colors of #baddae

#baddae

Complementary Color

#baddae #d1aedd

#baddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#baddae Color CSS Codes

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

#baddae Text Font Color

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

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


#baddae Background Color

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

This div background color is #baddae


#baddae Border Color

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

This div border color is #baddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baddae


Comments

No comments written yet.

Please login to write comment.