Color Hex Logo

#adeaff Color Hex

#ADEAFF
(173,234,255)
0 Favorites   0 Comments

Color spaces of #adeaff

RGB 173234255
HSL0.541.000.84
HSV195°32°100°
CMYK 0.320.080.00   0.00
XYZ64.706474.9499105.6641
Yxy74.94990.26380.3055
Hunter Lab86.5736-18.0903-11.7626
CIE-Lab89.3695-14.3273-16.3378

#adeaff color RGB value is (173,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11111111
Octal 255 352 377
Decimal 173 234 255
Hex AD EA FF

RGB Percentages of Color #adeaff

%26.13
%35.35
%38.52

CMYK Percentages of Color #adeaff

%32
%8
%0
%0

Triadic Colors of #adeaff

#adeaff #ffadea #eaffad

Analogous Colors of #adeaff

#adeaff #adc1ff #adffeb

Monochromatic Colors of #adeaff

#adeaff

Complementary Color

#adeaff #ffc2ad

#adeaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeaff Color CSS Codes

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

#adeaff Text Font Color

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

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


#adeaff Background Color

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

This div background color is #adeaff


#adeaff Border Color

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

This div border color is #adeaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeaff

#adeaff Color Palettes


Comments

No comments written yet.

Please login to write comment.