Color Hex Logo

#adecf7 Color Hex

#ADECF7
(173,236,247)
0 Favorites   0 Comments

Color spaces of #adecf7

RGB 173236247
HSL0.520.820.82
HSV189°30°97°
CMYK 0.300.040.00   0.03
XYZ64.017575.590599.2120
Yxy75.59050.26810.3165
Hunter Lab86.9428-20.7172-6.7969
CIE-Lab89.6689-17.1841-11.7064

#adecf7 color RGB value is (173,236,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 11110111
Octal 255 354 367
Decimal 173 236 247
Hex AD EC F7

RGB Percentages of Color #adecf7

%26.37
%35.98
%37.65

CMYK Percentages of Color #adecf7

%30
%4
%0
%3

Triadic Colors of #adecf7

#adecf7 #f7adec #ecf7ad

Analogous Colors of #adecf7

#adecf7 #adc7f7 #adf7dd

Monochromatic Colors of #adecf7

#adecf7

Complementary Color

#adecf7 #f7b8ad

#adecf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adecf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adecf7 Color CSS Codes

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

#adecf7 Text Font Color

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

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


#adecf7 Background Color

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

This div background color is #adecf7


#adecf7 Border Color

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

This div border color is #adecf7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,236,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 #adecf7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adecf7

Related Colors


Comments

No comments written yet.

Please login to write comment.