Color Hex Logo

#adfffc Color Hex

#ADFFFC
(173,255,252)
0 Favorites   0 Comments

Color spaces of #adfffc

RGB 173255252
HSL0.491.000.84
HSV178°32°100°
CMYK 0.320.000.01   0.00
XYZ70.564387.4325105.2525
Yxy87.43250.26810.3321
Hunter Lab93.5053-28.9284-1.2849
CIE-Lab94.9215-25.3663-6.5080

#adfffc color RGB value is (173,255,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111111 11111100
Octal 255 377 374
Decimal 173 255 252
Hex AD FF FC

RGB Percentages of Color #adfffc

%25.44
%37.50
%37.06

CMYK Percentages of Color #adfffc

%32
%0
%1
%0

Triadic Colors of #adfffc

#adfffc #fcadff #fffcad

Analogous Colors of #adfffc

#adfffc #add9ff #adffd3

Monochromatic Colors of #adfffc

#adfffc

Complementary Color

#adfffc #ffadb0

#adfffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfffc Color CSS Codes

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

#adfffc Text Font Color

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

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


#adfffc Background Color

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

This div background color is #adfffc


#adfffc Border Color

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

This div border color is #adfffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfffc

Related Colors


Comments

No comments written yet.

Please login to write comment.