Color Hex Logo

#badedb Color Hex

#BADEDB
(186,222,219)
0 Favorites   0 Comments

Color spaces of #badedb

RGB 186222219
HSL0.490.350.80
HSV175°16°87°
CMYK 0.160.000.01   0.13
XYZ59.157267.796176.9859
Yxy67.79610.29010.3324
Hunter Lab82.3384-15.84632.2011
CIE-Lab85.9044-12.3428-2.4779

#badedb color RGB value is (186,222,219).

#badedb hex color red value is 186, green value is 222 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #badedb hue: 0.49 , saturation: 0.35 and the lightness value of badedb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 11011011
Octal 272 336 333
Decimal 186 222 219
Hex BA DE DB

RGB Percentages of Color #badedb

%29.67
%35.41
%34.93

CMYK Percentages of Color #badedb

%16
%0
%1
%13

Triadic Colors of #badedb

#badedb #dbbade #dedbba

Analogous Colors of #badedb

#badedb #bacfde #badec9

Monochromatic Colors of #badedb

#badedb

Complementary Color

#badedb #debabd

#badedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#badedb Color CSS Codes

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

#badedb Text Font Color

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

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


#badedb Background Color

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

This div background color is #badedb


#badedb Border Color

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

This div border color is #badedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badedb


Comments

No comments written yet.

Please login to write comment.