Color Hex Logo

#adf5ea Color Hex

#ADF5EA
(173,245,234)
0 Favorites   0 Comments

Color spaces of #adf5ea

RGB 173245234
HSL0.470.780.82
HSV171°29°96°
CMYK 0.290.000.04   0.04
XYZ64.737380.129689.8964
Yxy80.12960.27580.3413
Hunter Lab89.5151-27.56043.1181
CIE-Lab91.7430-24.4877-1.8613

#adf5ea color RGB value is (173,245,234).

#adf5ea hex color red value is 173, green value is 245 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #adf5ea hue: 0.47 , saturation: 0.78 and the lightness value of adf5ea is 0.82.

The process color (four color CMYK) of #adf5ea color hex is 0.29, 0.00, 0.04, 0.04. Web safe color of #adf5ea is #99ffff. Color #adf5ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110101 11101010
Octal 255 365 352
Decimal 173 245 234
Hex AD F5 EA

RGB Percentages of Color #adf5ea

%26.53
%37.58
%35.89

CMYK Percentages of Color #adf5ea

%29
%0
%4
%4

Triadic Colors of #adf5ea

#adf5ea #eaadf5 #f5eaad

Analogous Colors of #adf5ea

#adf5ea #addcf5 #adf5c6

Monochromatic Colors of #adf5ea

#adf5ea

Complementary Color

#adf5ea #f5adb8

#adf5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf5ea Color CSS Codes

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

#adf5ea Text Font Color

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

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


#adf5ea Background Color

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

This div background color is #adf5ea


#adf5ea Border Color

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

This div border color is #adf5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf5ea


Comments

No comments written yet.

Please login to write comment.