Color Hex Logo

#badfd5 Color Hex

#BADFD5
(186,223,213)
0 Favorites   0 Comments

Color spaces of #badfd5

RGB 186223213
HSL0.450.370.80
HSV164°17°87°
CMYK 0.170.000.04   0.13
XYZ58.647668.018672.9886
Yxy68.01860.29370.3407
Hunter Lab82.4734-17.39545.2600
CIE-Lab86.0157-14.05220.8528

#badfd5 color RGB value is (186,223,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 11010101
Octal 272 337 325
Decimal 186 223 213
Hex BA DF D5

RGB Percentages of Color #badfd5

%29.90
%35.85
%34.24

CMYK Percentages of Color #badfd5

%17
%0
%4
%13

Triadic Colors of #badfd5

#badfd5 #d5badf #dfd5ba

Analogous Colors of #badfd5

#badfd5 #bad7df #badfc3

Monochromatic Colors of #badfd5

#badfd5

Complementary Color

#badfd5 #dfbac4

#badfd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badfd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badfd5 Color CSS Codes

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

#badfd5 Text Font Color

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

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


#badfd5 Background Color

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

This div background color is #badfd5


#badfd5 Border Color

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

This div border color is #badfd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badfd5


Comments

No comments written yet.

Please login to write comment.