Color Hex Logo

#adeafc Color Hex

#ADEAFC
(173,234,252)
0 Favorites   0 Comments

Color spaces of #adeafc

RGB 173234252
HSL0.540.930.83
HSV194°31°99°
CMYK 0.310.070.00   0.01
XYZ64.227174.7581103.1401
Yxy74.75810.26530.3088
Hunter Lab86.4628-18.7148-10.2022
CIE-Lab89.2796-15.0282-14.9036

#adeafc color RGB value is (173,234,252).

#adeafc hex color red value is 173, green value is 234 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #adeafc hue: 0.54 , saturation: 0.93 and the lightness value of adeafc is 0.83.

The process color (four color CMYK) of #adeafc color hex is 0.31, 0.07, 0.00, 0.01. Web safe color of #adeafc is #99ffff. Color #adeafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11111100
Octal 255 352 374
Decimal 173 234 252
Hex AD EA FC

RGB Percentages of Color #adeafc

%26.25
%35.51
%38.24

CMYK Percentages of Color #adeafc

%31
%7
%0
%1

Triadic Colors of #adeafc

#adeafc #fcadea #eafcad

Analogous Colors of #adeafc

#adeafc #adc3fc #adfce7

Monochromatic Colors of #adeafc

#adeafc

Complementary Color

#adeafc #fcbfad

#adeafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeafc Color CSS Codes

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

#adeafc Text Font Color

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

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


#adeafc Background Color

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

This div background color is #adeafc


#adeafc Border Color

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

This div border color is #adeafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeafc


Comments

No comments written yet.

Please login to write comment.