Color Hex Logo

#adfcfe Color Hex

#ADFCFE
(173,252,254)
0 Favorites   0 Comments

Color spaces of #adfcfe

RGB 173252254
HSL0.500.980.84
HSV181°32°100°
CMYK 0.320.010.00   0.00
XYZ69.933485.6608106.6142
Yxy85.66080.26670.3267
Hunter Lab92.5531-27.0929-3.5104
CIE-Lab94.1671-23.4682-8.6578

#adfcfe color RGB value is (173,252,254).

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

The process color (four color CMYK) of #adfcfe color hex is 0.32, 0.01, 0.00, 0.00. Web safe color of #adfcfe is #99ffff. Color #adfcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 11111110
Octal 255 374 376
Decimal 173 252 254
Hex AD FC FE

RGB Percentages of Color #adfcfe

%25.48
%37.11
%37.41

CMYK Percentages of Color #adfcfe

%32
%1
%0
%0

Triadic Colors of #adfcfe

#adfcfe #feadfc #fcfead

Analogous Colors of #adfcfe

#adfcfe #add4fe #adfed8

Monochromatic Colors of #adfcfe

#adfcfe

Complementary Color

#adfcfe #feafad

#adfcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfcfe Color CSS Codes

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

#adfcfe Text Font Color

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

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


#adfcfe Background Color

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

This div background color is #adfcfe


#adfcfe Border Color

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

This div border color is #adfcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.