Color Hex Logo

#adcaf5 Color Hex

#ADCAF5
(173,202,245)
0 Favorites   0 Comments

Color spaces of #adcaf5

RGB 173202245
HSL0.600.780.82
HSV216°29°96°
CMYK 0.290.180.00   0.04
XYZ54.835557.717994.6367
Yxy57.71790.26470.2786
Hunter Lab75.9723-4.1133-20.6754
CIE-Lab80.5817-0.0598-24.3464

#adcaf5 color RGB value is (173,202,245).

#adcaf5 hex color red value is 173, green value is 202 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #adcaf5 hue: 0.60 , saturation: 0.78 and the lightness value of adcaf5 is 0.82.

The process color (four color CMYK) of #adcaf5 color hex is 0.29, 0.18, 0.00, 0.04. Web safe color of #adcaf5 is #99ccff. Color #adcaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 11110101
Octal 255 312 365
Decimal 173 202 245
Hex AD CA F5

RGB Percentages of Color #adcaf5

%27.90
%32.58
%39.52

CMYK Percentages of Color #adcaf5

%29
%18
%0
%4

Triadic Colors of #adcaf5

#adcaf5 #f5adca #caf5ad

Analogous Colors of #adcaf5

#adcaf5 #b4adf5 #adeef5

Monochromatic Colors of #adcaf5

#adcaf5

Complementary Color

#adcaf5 #f5d8ad

#adcaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcaf5 Color CSS Codes

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

#adcaf5 Text Font Color

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

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


#adcaf5 Background Color

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

This div background color is #adcaf5


#adcaf5 Border Color

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

This div border color is #adcaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcaf5


Comments

No comments written yet.

Please login to write comment.