Color Hex Logo

#adfece Color Hex

#ADFECE
(173,254,206)
0 Favorites   0 Comments

Color spaces of #adfece

RGB 173254206
HSL0.400.980.84
HSV144°32°100°
CMYK 0.320.000.19   0.00
XYZ63.816084.224171.2859
Yxy84.22410.29100.3840
Hunter Lab91.7737-36.481718.1876
CIE-Lab93.5477-34.363715.2109

#adfece color RGB value is (173,254,206).

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

The process color (four color CMYK) of #adfece color hex is 0.32, 0.00, 0.19, 0.00. Web safe color of #adfece is #99ffcc. Color #adfece contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 11001110
Octal 255 376 316
Decimal 173 254 206
Hex AD FE CE

RGB Percentages of Color #adfece

%27.33
%40.13
%32.54

CMYK Percentages of Color #adfece

%32
%0
%19
%0

Triadic Colors of #adfece

#adfece #ceadfe #fecead

Analogous Colors of #adfece

#adfece #adfef7 #b5fead

Monochromatic Colors of #adfece

#adfece

Complementary Color

#adfece #feaddd

#adfece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfece Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfece Color CSS Codes

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

#adfece Text Font Color

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

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


#adfece Background Color

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

This div background color is #adfece


#adfece Border Color

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

This div border color is #adfece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfece


Comments

No comments written yet.

Please login to write comment.