Color Hex Logo

#badfdc Color Hex

#BADFDC
(186,223,220)
0 Favorites   0 Comments

Color spaces of #badfdc

RGB 186223220
HSL0.490.370.80
HSV175°17°87°
CMYK 0.170.000.01   0.13
XYZ59.555668.381877.7702
Yxy68.38180.28950.3324
Hunter Lab82.6933-16.15782.1251
CIE-Lab86.1970-12.6479-2.5764

#badfdc color RGB value is (186,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 11011100
Octal 272 337 334
Decimal 186 223 220
Hex BA DF DC

RGB Percentages of Color #badfdc

%29.57
%35.45
%34.98

CMYK Percentages of Color #badfdc

%17
%0
%1
%13

Triadic Colors of #badfdc

#badfdc #dcbadf #dfdcba

Analogous Colors of #badfdc

#badfdc #bad0df #badfca

Monochromatic Colors of #badfdc

#badfdc

Complementary Color

#badfdc #dfbabd

#badfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#badfdc Color CSS Codes

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

#badfdc Text Font Color

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

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


#badfdc Background Color

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

This div background color is #badfdc


#badfdc Border Color

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

This div border color is #badfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badfdc


Comments

No comments written yet.

Please login to write comment.