Color Hex Logo

#badfdb Color Hex

#BADFDB
(186,223,219)
0 Favorites   0 Comments

Color spaces of #badfdb

RGB 186223219
HSL0.480.370.80
HSV174°17°87°
CMYK 0.170.000.02   0.13
XYZ59.423668.328977.0747
Yxy68.32890.29010.3336
Hunter Lab82.6613-16.33712.5800
CIE-Lab86.1706-12.8506-2.0873

#badfdb color RGB value is (186,223,219).

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

The process color (four color CMYK) of #badfdb color hex is 0.17, 0.00, 0.02, 0.13. Web safe color of #badfdb is #cccccc. Color #badfdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 11011011
Octal 272 337 333
Decimal 186 223 219
Hex BA DF DB

RGB Percentages of Color #badfdb

%29.62
%35.51
%34.87

CMYK Percentages of Color #badfdb

%17
%0
%2
%13

Triadic Colors of #badfdb

#badfdb #dbbadf #dfdbba

Analogous Colors of #badfdb

#badfdb #bad1df #badfc9

Monochromatic Colors of #badfdb

#badfdb

Complementary Color

#badfdb #dfbabe

#badfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#badfdb Color CSS Codes

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

#badfdb Text Font Color

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

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


#badfdb Background Color

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

This div background color is #badfdb


#badfdb Border Color

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

This div border color is #badfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badfdb


Comments

No comments written yet.

Please login to write comment.