Color Hex Logo

#afdec8 Color Hex

#AFDEC8
(175,222,200)
0 Favorites   0 Comments

Color spaces of #afdec8

RGB 175222200
HSL0.420.420.78
HSV152°21°87°
CMYK 0.210.000.10   0.13
XYZ54.225865.526664.4335
Yxy65.52660.29440.3558
Hunter Lab80.9485-22.08639.4702
CIE-Lab84.7544-19.59395.8029

#afdec8 color RGB value is (175,222,200).

#afdec8 hex color red value is 175, green value is 222 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #afdec8 hue: 0.42 , saturation: 0.42 and the lightness value of afdec8 is 0.78.

The process color (four color CMYK) of #afdec8 color hex is 0.21, 0.00, 0.10, 0.13. Web safe color of #afdec8 is #99cccc. Color #afdec8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 11001000
Octal 257 336 310
Decimal 175 222 200
Hex AF DE C8

RGB Percentages of Color #afdec8

%29.31
%37.19
%33.50

CMYK Percentages of Color #afdec8

%21
%0
%10
%13

Triadic Colors of #afdec8

#afdec8 #c8afde #dec8af

Analogous Colors of #afdec8

#afdec8 #afddde #afdeb1

Monochromatic Colors of #afdec8

#afdec8

Complementary Color

#afdec8 #deafc5

#afdec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdec8 Color CSS Codes

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

#afdec8 Text Font Color

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

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


#afdec8 Background Color

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

This div background color is #afdec8


#afdec8 Border Color

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

This div border color is #afdec8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,222,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afdec8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afdec8;
  -webkit-box-shadow: 1px 1px 3px 2px #afdec8;
  box-shadow:         1px 1px 3px 2px #afdec8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,222,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdec8


Comments

No comments written yet.

Please login to write comment.