Color Hex Logo

#adeffa Color Hex

#ADEFFA
(173,239,250)
0 Favorites   0 Comments

Color spaces of #adeffa

RGB 173239250
HSL0.520.890.83
HSV189°31°98°
CMYK 0.310.040.00   0.02
XYZ65.355477.5194101.9606
Yxy77.51940.26690.3166
Hunter Lab88.0451-21.5794-7.0292
CIE-Lab90.5601-17.9936-11.9440

#adeffa color RGB value is (173,239,250).

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

The process color (four color CMYK) of #adeffa color hex is 0.31, 0.04, 0.00, 0.02. Web safe color of #adeffa is #99ffff. Color #adeffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11111010
Octal 255 357 372
Decimal 173 239 250
Hex AD EF FA

RGB Percentages of Color #adeffa

%26.13
%36.10
%37.76

CMYK Percentages of Color #adeffa

%31
%4
%0
%2

Triadic Colors of #adeffa

#adeffa #faadef #effaad

Analogous Colors of #adeffa

#adeffa #adc9fa #adfadf

Monochromatic Colors of #adeffa

#adeffa

Complementary Color

#adeffa #fab8ad

#adeffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeffa Color CSS Codes

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

#adeffa Text Font Color

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

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


#adeffa Background Color

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

This div background color is #adeffa


#adeffa Border Color

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

This div border color is #adeffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeffa

Related Colors


Comments

No comments written yet.

Please login to write comment.