Color Hex Logo

#adffcc Color Hex

#ADFFCC
(173,255,204)
0 Favorites   0 Comments

Color spaces of #adffcc

RGB 173255204
HSL0.401.000.84
HSV143°32°100°
CMYK 0.320.000.20   0.00
XYZ63.892784.763970.1203
Yxy84.76390.29200.3874
Hunter Lab92.0673-37.242719.2907
CIE-Lab93.7813-35.195016.5653

#adffcc color RGB value is (173,255,204).

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

The process color (four color CMYK) of #adffcc color hex is 0.32, 0.00, 0.20, 0.00. Web safe color of #adffcc is #99ffcc. Color #adffcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111111 11001100
Octal 255 377 314
Decimal 173 255 204
Hex AD FF CC

RGB Percentages of Color #adffcc

%27.37
%40.35
%32.28

CMYK Percentages of Color #adffcc

%32
%0
%20
%0

Triadic Colors of #adffcc

#adffcc #ccadff #ffccad

Analogous Colors of #adffcc

#adffcc #adfff5 #b7ffad

Monochromatic Colors of #adffcc

#adffcc

Complementary Color

#adffcc #ffade0

#adffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adffcc Color CSS Codes

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

#adffcc Text Font Color

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

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


#adffcc Background Color

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

This div background color is #adffcc


#adffcc Border Color

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

This div border color is #adffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adffcc

Related Colors


Comments

No comments written yet.

Please login to write comment.