Color Hex Logo

#adebf7 Color Hex

#ADEBF7
(173,235,247)
0 Favorites   0 Comments

Color spaces of #adebf7

RGB 173235247
HSL0.530.820.82
HSV190°30°97°
CMYK 0.300.050.00   0.03
XYZ63.730475.016399.1163
Yxy75.01630.26790.3154
Hunter Lab86.6120-20.2279-7.2215
CIE-Lab89.4006-16.6841-12.1066

#adebf7 color RGB value is (173,235,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11110111
Octal 255 353 367
Decimal 173 235 247
Hex AD EB F7

RGB Percentages of Color #adebf7

%26.41
%35.88
%37.71

CMYK Percentages of Color #adebf7

%30
%5
%0
%3

Triadic Colors of #adebf7

#adebf7 #f7adeb #ebf7ad

Analogous Colors of #adebf7

#adebf7 #adc6f7 #adf7de

Monochromatic Colors of #adebf7

#adebf7

Complementary Color

#adebf7 #f7b9ad

#adebf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebf7 Color CSS Codes

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

#adebf7 Text Font Color

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

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


#adebf7 Background Color

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

This div background color is #adebf7


#adebf7 Border Color

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

This div border color is #adebf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebf7


Comments

No comments written yet.

Please login to write comment.