Color Hex Logo

#adfefd Color Hex

#ADFEFD
(173,254,253)
0 Favorites   0 Comments

Color spaces of #adfefd

RGB 173254253
HSL0.500.980.84
HSV179°32°100°
CMYK 0.320.000.00   0.00
XYZ70.405086.8597105.9834
Yxy86.85970.26740.3300
Hunter Lab93.1986-28.2532-2.1843
CIE-Lab94.6787-24.6609-7.3833

#adfefd color RGB value is (173,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 11111101
Octal 255 376 375
Decimal 173 254 253
Hex AD FE FD

RGB Percentages of Color #adfefd

%25.44
%37.35
%37.21

CMYK Percentages of Color #adfefd

%32
%0
%0
%0

Triadic Colors of #adfefd

#adfefd #fdadfe #fefdad

Analogous Colors of #adfefd

#adfefd #add7fe #adfed5

Monochromatic Colors of #adfefd

#adfefd

Complementary Color

#adfefd #feadae

#adfefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfefd Color CSS Codes

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

#adfefd Text Font Color

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

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


#adfefd Background Color

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

This div background color is #adfefd


#adfefd Border Color

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

This div border color is #adfefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfefd

Related Colors


Comments

No comments written yet.

Please login to write comment.