Color Hex Logo

#adeff7 Color Hex

#ADEFF7
(173,239,247)
0 Favorites   0 Comments

Color spaces of #adeff7

RGB 173239247
HSL0.520.820.82
HSV186°30°97°
CMYK 0.300.030.00   0.03
XYZ64.888677.332699.5024
Yxy77.33260.26840.3199
Hunter Lab87.9390-22.1812-5.5290
CIE-Lab90.4745-18.6776-10.5065

#adeff7 color RGB value is (173,239,247).

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

The process color (four color CMYK) of #adeff7 color hex is 0.30, 0.03, 0.00, 0.03. Web safe color of #adeff7 is #99ffff. Color #adeff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11110111
Octal 255 357 367
Decimal 173 239 247
Hex AD EF F7

RGB Percentages of Color #adeff7

%26.25
%36.27
%37.48

CMYK Percentages of Color #adeff7

%30
%3
%0
%3

Triadic Colors of #adeff7

#adeff7 #f7adef #eff7ad

Analogous Colors of #adeff7

#adeff7 #adcaf7 #adf7da

Monochromatic Colors of #adeff7

#adeff7

Complementary Color

#adeff7 #f7b5ad

#adeff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeff7 Color CSS Codes

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

#adeff7 Text Font Color

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

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


#adeff7 Background Color

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

This div background color is #adeff7


#adeff7 Border Color

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

This div border color is #adeff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeff7


Comments

No comments written yet.

Please login to write comment.