Color Hex Logo

#adcdfd Color Hex

#ADCDFD
(173,205,253)
0 Favorites   0 Comments

Color spaces of #adcdfd

RGB 173205253
HSL0.600.950.84
HSV216°32°99°
CMYK 0.320.190.00   0.01
XYZ56.794559.6387101.4465
Yxy59.63870.26070.2737
Hunter Lab77.2261-3.8712-23.8268
CIE-Lab81.64140.2713-26.9918

#adcdfd color RGB value is (173,205,253).

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

The process color (four color CMYK) of #adcdfd color hex is 0.32, 0.19, 0.00, 0.01. Web safe color of #adcdfd is #99ccff. Color #adcdfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11111101
Octal 255 315 375
Decimal 173 205 253
Hex AD CD FD

RGB Percentages of Color #adcdfd

%27.42
%32.49
%40.10

CMYK Percentages of Color #adcdfd

%32
%19
%0
%1

Triadic Colors of #adcdfd

#adcdfd #fdadcd #cdfdad

Analogous Colors of #adcdfd

#adcdfd #b5adfd #adf5fd

Monochromatic Colors of #adcdfd

#adcdfd

Complementary Color

#adcdfd #fdddad

#adcdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdfd Color CSS Codes

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

#adcdfd Text Font Color

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

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


#adcdfd Background Color

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

This div background color is #adcdfd


#adcdfd Border Color

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

This div border color is #adcdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdfd


Comments

No comments written yet.

Please login to write comment.