Color Hex Logo

#adfdfd Color Hex

#ADFDFD
(173,253,253)
0 Favorites   0 Comments

Color spaces of #adfdfd

RGB 173253253
HSL0.500.950.84
HSV180°32°99°
CMYK 0.320.000.00   0.01
XYZ70.088586.2266105.8779
Yxy86.22660.26730.3289
Hunter Lab92.8583-27.7720-2.6022
CIE-Lab94.4092-24.1779-7.7822

#adfdfd color RGB value is (173,253,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 11111101
Octal 255 375 375
Decimal 173 253 253
Hex AD FD FD

RGB Percentages of Color #adfdfd

%25.48
%37.26
%37.26

CMYK Percentages of Color #adfdfd

%32
%0
%0
%1

Triadic Colors of #adfdfd

#adfdfd #fdadfd #fdfdad

Analogous Colors of #adfdfd

#adfdfd #add5fd #adfdd5

Monochromatic Colors of #adfdfd

#adfdfd

Complementary Color

#adfdfd #fdadad

#adfdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdfd Color CSS Codes

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

#adfdfd Text Font Color

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

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


#adfdfd Background Color

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

This div background color is #adfdfd


#adfdfd Border Color

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

This div border color is #adfdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.