Color Hex Logo

#afeace Color Hex

#AFEACE
(175,234,206)
0 Favorites   0 Comments

Color spaces of #afeace

RGB 175234206
HSL0.420.580.80
HSV152°25°92°
CMYK 0.250.000.12   0.08
XYZ58.242672.415869.3005
Yxy72.41580.29130.3622
Hunter Lab85.0975-26.751211.2845
CIE-Lab88.1683-24.31277.5635

#afeace color RGB value is (175,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 11001110
Octal 257 352 316
Decimal 175 234 206
Hex AF EA CE

RGB Percentages of Color #afeace

%28.46
%38.05
%33.50

CMYK Percentages of Color #afeace

%25
%0
%12
%8

Triadic Colors of #afeace

#afeace #ceafea #eaceaf

Analogous Colors of #afeace

#afeace #afe9ea #afeab1

Monochromatic Colors of #afeace

#afeace

Complementary Color

#afeace #eaafcb

#afeace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeace Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeace Color CSS Codes

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

#afeace Text Font Color

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

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


#afeace Background Color

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

This div background color is #afeace


#afeace Border Color

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

This div border color is #afeace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,234,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 #afeace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeace


Comments

No comments written yet.

Please login to write comment.