Color Hex Logo

#adeff3 Color Hex

#ADEFF3
(173,239,243)
0 Favorites   0 Comments

Color spaces of #adeff3

RGB 173239243
HSL0.510.740.82
HSV183°29°95°
CMYK 0.290.020.00   0.05
XYZ64.277777.088396.2858
Yxy77.08830.27050.3244
Hunter Lab87.7999-22.9713-3.5604
CIE-Lab90.3622-19.5798-8.5857

#adeff3 color RGB value is (173,239,243).

#adeff3 hex color red value is 173, green value is 239 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #adeff3 hue: 0.51 , saturation: 0.74 and the lightness value of adeff3 is 0.82.

The process color (four color CMYK) of #adeff3 color hex is 0.29, 0.02, 0.00, 0.05. Web safe color of #adeff3 is #99ffff. Color #adeff3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11110011
Octal 255 357 363
Decimal 173 239 243
Hex AD EF F3

RGB Percentages of Color #adeff3

%26.41
%36.49
%37.10

CMYK Percentages of Color #adeff3

%29
%2
%0
%5

Triadic Colors of #adeff3

#adeff3 #f3adef #eff3ad

Analogous Colors of #adeff3

#adeff3 #adccf3 #adf3d4

Monochromatic Colors of #adeff3

#adeff3

Complementary Color

#adeff3 #f3b1ad

#adeff3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeff3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeff3 Color CSS Codes

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

#adeff3 Text Font Color

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

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


#adeff3 Background Color

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

This div background color is #adeff3


#adeff3 Border Color

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

This div border color is #adeff3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeff3


Comments

No comments written yet.

Please login to write comment.