Color Hex Logo

#adcfea Color Hex

#ADCFEA
(173,207,234)
0 Favorites   0 Comments

Color spaces of #adcfea

RGB 173207234
HSL0.570.590.80
HSV207°26°92°
CMYK 0.260.120.00   0.08
XYZ54.397759.450486.4499
Yxy59.45040.27160.2968
Hunter Lab77.1041-8.9986-12.5037
CIE-Lab81.5385-5.2948-17.0260

#adcfea color RGB value is (173,207,234).

#adcfea hex color red value is 173, green value is 207 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #adcfea hue: 0.57 , saturation: 0.59 and the lightness value of adcfea is 0.80.

The process color (four color CMYK) of #adcfea color hex is 0.26, 0.12, 0.00, 0.08. Web safe color of #adcfea is #99ccff. Color #adcfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11101010
Octal 255 317 352
Decimal 173 207 234
Hex AD CF EA

RGB Percentages of Color #adcfea

%28.18
%33.71
%38.11

CMYK Percentages of Color #adcfea

%26
%12
%0
%8

Triadic Colors of #adcfea

#adcfea #eaadcf #cfeaad

Analogous Colors of #adcfea

#adcfea #adb1ea #adeae7

Monochromatic Colors of #adcfea

#adcfea

Complementary Color

#adcfea #eac8ad

#adcfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfea Color CSS Codes

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

#adcfea Text Font Color

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

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


#adcfea Background Color

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

This div background color is #adcfea


#adcfea Border Color

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

This div border color is #adcfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfea


Comments

No comments written yet.

Please login to write comment.