Color Hex Logo

#adfaeb Color Hex

#ADFAEB
(173,250,235)
0 Favorites   0 Comments

Color spaces of #adfaeb

RGB 173250235
HSL0.470.890.83
HSV168°31°98°
CMYK 0.310.000.06   0.02
XYZ66.414683.253691.1664
Yxy83.25360.27580.3457
Hunter Lab91.2434-29.74874.6304
CIE-Lab93.1254-26.6792-0.3573

#adfaeb color RGB value is (173,250,235).

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

The process color (four color CMYK) of #adfaeb color hex is 0.31, 0.00, 0.06, 0.02. Web safe color of #adfaeb is #99ffff. Color #adfaeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 11101011
Octal 255 372 353
Decimal 173 250 235
Hex AD FA EB

RGB Percentages of Color #adfaeb

%26.29
%37.99
%35.71

CMYK Percentages of Color #adfaeb

%31
%0
%6
%2

Triadic Colors of #adfaeb

#adfaeb #ebadfa #faebad

Analogous Colors of #adfaeb

#adfaeb #ade3fa #adfac5

Monochromatic Colors of #adfaeb

#adfaeb

Complementary Color

#adfaeb #faadbc

#adfaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfaeb Color CSS Codes

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

#adfaeb Text Font Color

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

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


#adfaeb Background Color

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

This div background color is #adfaeb


#adfaeb Border Color

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

This div border color is #adfaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfaeb


Comments

No comments written yet.

Please login to write comment.