Color Hex Logo

#afeacb Color Hex

#AFEACB
(175,234,203)
0 Favorites   0 Comments

Color spaces of #afeacb

RGB 175234203
HSL0.410.580.80
HSV148°25°92°
CMYK 0.250.000.13   0.08
XYZ57.881572.271467.3990
Yxy72.27140.29300.3658
Hunter Lab85.0126-27.238912.5030
CIE-Lab88.0991-24.89369.0321

#afeacb color RGB value is (175,234,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 11001011
Octal 257 352 313
Decimal 175 234 203
Hex AF EA CB

RGB Percentages of Color #afeacb

%28.59
%38.24
%33.17

CMYK Percentages of Color #afeacb

%25
%0
%13
%8

Triadic Colors of #afeacb

#afeacb #cbafea #eacbaf

Analogous Colors of #afeacb

#afeacb #afeae9 #b1eaaf

Monochromatic Colors of #afeacb

#afeacb

Complementary Color

#afeacb #eaafce

#afeacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeacb Color CSS Codes

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

#afeacb Text Font Color

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

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


#afeacb Background Color

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

This div background color is #afeacb


#afeacb Border Color

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

This div border color is #afeacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeacb

#afeacb Color Palettes


Comments

No comments written yet.

Please login to write comment.