Color Hex Logo

#adfced Color Hex

#ADFCED
(173,252,237)
0 Favorites   0 Comments

Color spaces of #adfced

RGB 173252237
HSL0.470.930.83
HSV169°31°99°
CMYK 0.310.000.06   0.01
XYZ67.330084.619592.9053
Yxy84.61950.27500.3456
Hunter Lab91.9889-30.32984.5115
CIE-Lab93.7189-27.2084-0.5249

#adfced color RGB value is (173,252,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 11101101
Octal 255 374 355
Decimal 173 252 237
Hex AD FC ED

RGB Percentages of Color #adfced

%26.13
%38.07
%35.80

CMYK Percentages of Color #adfced

%31
%0
%6
%1

Triadic Colors of #adfced

#adfced #edadfc #fcedad

Analogous Colors of #adfced

#adfced #ade4fc #adfcc6

Monochromatic Colors of #adfced

#adfced

Complementary Color

#adfced #fcadbc

#adfced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfced Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfced Color CSS Codes

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

#adfced Text Font Color

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

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


#adfced Background Color

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

This div background color is #adfced


#adfced Border Color

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

This div border color is #adfced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfced

Related Colors


Comments

No comments written yet.

Please login to write comment.