Color Hex Logo

#adfdfc Color Hex

#ADFDFC
(173,253,252)
0 Favorites   0 Comments

Color spaces of #adfdfc

RGB 173253252
HSL0.500.950.84
HSV179°32°99°
CMYK 0.320.000.00   0.01
XYZ69.929586.1631105.0409
Yxy86.16310.26780.3300
Hunter Lab92.8241-27.9682-2.1165
CIE-Lab94.3820-24.4029-7.3055

#adfdfc color RGB value is (173,253,252).

#adfdfc hex color red value is 173, green value is 253 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #adfdfc hue: 0.50 , saturation: 0.95 and the lightness value of adfdfc is 0.84.

The process color (four color CMYK) of #adfdfc color hex is 0.32, 0.00, 0.00, 0.01. Web safe color of #adfdfc is #99ffff. Color #adfdfc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 11111100
Octal 255 375 374
Decimal 173 253 252
Hex AD FD FC

RGB Percentages of Color #adfdfc

%25.52
%37.32
%37.17

CMYK Percentages of Color #adfdfc

%32
%0
%0
%1

Triadic Colors of #adfdfc

#adfdfc #fcadfd #fdfcad

Analogous Colors of #adfdfc

#adfdfc #add6fd #adfdd4

Monochromatic Colors of #adfdfc

#adfdfc

Complementary Color

#adfdfc #fdadae

#adfdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdfc Color CSS Codes

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

#adfdfc Text Font Color

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

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


#adfdfc Background Color

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

This div background color is #adfdfc


#adfdfc Border Color

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

This div border color is #adfdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.