Color Hex Logo

#adedfd Color Hex

#ADEDFD
(173,237,253)
0 Favorites   0 Comments

Color spaces of #adedfd

RGB 173237253
HSL0.530.950.84
HSV192°32°99°
CMYK 0.320.060.00   0.01
XYZ65.247476.5445104.2642
Yxy76.54450.26520.3111
Hunter Lab87.4897-19.9867-9.4149
CIE-Lab90.1115-16.3032-14.1801

#adedfd color RGB value is (173,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 11111101
Octal 255 355 375
Decimal 173 237 253
Hex AD ED FD

RGB Percentages of Color #adedfd

%26.09
%35.75
%38.16

CMYK Percentages of Color #adedfd

%32
%6
%0
%1

Triadic Colors of #adedfd

#adedfd #fdaded #edfdad

Analogous Colors of #adedfd

#adedfd #adc5fd #adfde5

Monochromatic Colors of #adedfd

#adedfd

Complementary Color

#adedfd #fdbdad

#adedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adedfd Color CSS Codes

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

#adedfd Text Font Color

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

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


#adedfd Background Color

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

This div background color is #adedfd


#adedfd Border Color

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

This div border color is #adedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adedfd


Comments

No comments written yet.

Please login to write comment.