Color Hex Logo

#adfdec Color Hex

#ADFDEC
(173,253,236)
0 Favorites   0 Comments

Color spaces of #adfdec

RGB 173253236
HSL0.460.950.84
HSV167°32°99°
CMYK 0.320.000.07   0.01
XYZ67.499285.190992.2428
Yxy85.19090.27560.3478
Hunter Lab92.2989-30.98415.3553
CIE-Lab93.9653-27.89750.3519

#adfdec color RGB value is (173,253,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 11101100
Octal 255 375 354
Decimal 173 253 236
Hex AD FD EC

RGB Percentages of Color #adfdec

%26.13
%38.22
%35.65

CMYK Percentages of Color #adfdec

%32
%0
%7
%1

Triadic Colors of #adfdec

#adfdec #ecadfd #fdecad

Analogous Colors of #adfdec

#adfdec #ade6fd #adfdc4

Monochromatic Colors of #adfdec

#adfdec

Complementary Color

#adfdec #fdadbe

#adfdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdec Color CSS Codes

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

#adfdec Text Font Color

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

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


#adfdec Background Color

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

This div background color is #adfdec


#adfdec Border Color

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

This div border color is #adfdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdec


Comments

No comments written yet.

Please login to write comment.