Color Hex Logo

#adfef6 Color Hex

#ADFEF6
(173,254,246)
0 Favorites   0 Comments

Color spaces of #adfef6

RGB 173254246
HSL0.480.980.84
HSV174°32°100°
CMYK 0.320.000.03   0.00
XYZ69.309986.4217100.2168
Yxy86.42170.27080.3377
Hunter Lab92.9633-29.60291.1581
CIE-Lab94.4924-26.2155-4.0425

#adfef6 color RGB value is (173,254,246).

#adfef6 hex color red value is 173, green value is 254 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #adfef6 hue: 0.48 , saturation: 0.98 and the lightness value of adfef6 is 0.84.

The process color (four color CMYK) of #adfef6 color hex is 0.32, 0.00, 0.03, 0.00. Web safe color of #adfef6 is #99ffff. Color #adfef6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 11110110
Octal 255 376 366
Decimal 173 254 246
Hex AD FE F6

RGB Percentages of Color #adfef6

%25.71
%37.74
%36.55

CMYK Percentages of Color #adfef6

%32
%0
%3
%0

Triadic Colors of #adfef6

#adfef6 #f6adfe #fef6ad

Analogous Colors of #adfef6

#adfef6 #addefe #adfece

Monochromatic Colors of #adfef6

#adfef6

Complementary Color

#adfef6 #feadb5

#adfef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfef6 Color CSS Codes

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

#adfef6 Text Font Color

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

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


#adfef6 Background Color

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

This div background color is #adfef6


#adfef6 Border Color

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

This div border color is #adfef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfef6

Related Colors


Comments

No comments written yet.

Please login to write comment.