Color Hex Logo

#badbae Color Hex

#BADBAE
(186,219,174)
1 Favorites   0 Comments

Color spaces of #badbae

RGB 186219174
HSL0.290.380.77
HSV104°21°86°
CMYK 0.150.000.21   0.14
XYZ53.221264.158149.6231
Yxy64.15810.31870.3842
Hunter Lab80.0988-21.569419.3375
CIE-Lab84.0480-19.126118.5850

#badbae color RGB value is (186,219,174).

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

The process color (four color CMYK) of #badbae color hex is 0.15, 0.00, 0.21, 0.14. Web safe color of #badbae is #cccc99. Color #badbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 10101110
Octal 272 333 256
Decimal 186 219 174
Hex BA DB AE

RGB Percentages of Color #badbae

%32.12
%37.82
%30.05

CMYK Percentages of Color #badbae

%15
%0
%21
%14

Triadic Colors of #badbae

#badbae #aebadb #dbaeba

Analogous Colors of #badbae

#badbae #aedbb9 #d1dbae

Monochromatic Colors of #badbae

#badbae

Complementary Color

#badbae #cfaedb

#badbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbae Color CSS Codes

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

#badbae Text Font Color

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

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


#badbae Background Color

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

This div background color is #badbae


#badbae Border Color

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

This div border color is #badbae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,219,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 #badbae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbae


Comments

No comments written yet.

Please login to write comment.