Color Hex Logo

#afeacd Color Hex

#AFEACD
(175,234,205)
0 Favorites   0 Comments

Color spaces of #afeacd

RGB 175234205
HSL0.420.580.80
HSV151°25°92°
CMYK 0.250.000.12   0.08
XYZ58.121572.367468.6626
Yxy72.36740.29180.3634
Hunter Lab85.0690-26.914711.6930
CIE-Lab88.1451-24.50728.0530

#afeacd color RGB value is (175,234,205).

#afeacd hex color red value is 175, green value is 234 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #afeacd hue: 0.42 , saturation: 0.58 and the lightness value of afeacd is 0.80.

The process color (four color CMYK) of #afeacd color hex is 0.25, 0.00, 0.12, 0.08. Web safe color of #afeacd is #99ffcc. Color #afeacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 11001101
Octal 257 352 315
Decimal 175 234 205
Hex AF EA CD

RGB Percentages of Color #afeacd

%28.50
%38.11
%33.39

CMYK Percentages of Color #afeacd

%25
%0
%12
%8

Triadic Colors of #afeacd

#afeacd #cdafea #eacdaf

Analogous Colors of #afeacd

#afeacd #afeaea #afeab0

Monochromatic Colors of #afeacd

#afeacd

Complementary Color

#afeacd #eaafcc

#afeacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeacd Color CSS Codes

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

#afeacd Text Font Color

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

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


#afeacd Background Color

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

This div background color is #afeacd


#afeacd Border Color

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

This div border color is #afeacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeacd


Comments

No comments written yet.

Please login to write comment.