Color Hex Logo

#adfaf4 Color Hex

#ADFAF4
(173,250,244)
0 Favorites   0 Comments

Color spaces of #adfaf4

RGB 173250244
HSL0.490.890.83
HSV175°31°98°
CMYK 0.310.000.02   0.02
XYZ67.748383.787198.1898
Yxy83.78710.27130.3355
Hunter Lab91.5353-28.07300.4744
CIE-Lab93.3580-24.7315-4.6777

#adfaf4 color RGB value is (173,250,244).

#adfaf4 hex color red value is 173, green value is 250 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #adfaf4 hue: 0.49 , saturation: 0.89 and the lightness value of adfaf4 is 0.83.

The process color (four color CMYK) of #adfaf4 color hex is 0.31, 0.00, 0.02, 0.02. Web safe color of #adfaf4 is #99ffff. Color #adfaf4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 11110100
Octal 255 372 364
Decimal 173 250 244
Hex AD FA F4

RGB Percentages of Color #adfaf4

%25.94
%37.48
%36.58

CMYK Percentages of Color #adfaf4

%31
%0
%2
%2

Triadic Colors of #adfaf4

#adfaf4 #f4adfa #faf4ad

Analogous Colors of #adfaf4

#adfaf4 #addafa #adface

Monochromatic Colors of #adfaf4

#adfaf4

Complementary Color

#adfaf4 #faadb3

#adfaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfaf4 Color CSS Codes

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

#adfaf4 Text Font Color

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

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


#adfaf4 Background Color

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

This div background color is #adfaf4


#adfaf4 Border Color

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

This div border color is #adfaf4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,250,244, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adfaf4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adfaf4;
  -webkit-box-shadow: 1px 1px 3px 2px #adfaf4;
  box-shadow:         1px 1px 3px 2px #adfaf4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,250,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfaf4

Related Colors


Comments

No comments written yet.

Please login to write comment.