Color Hex Logo

#afebca Color Hex

#AFEBCA
(175,235,202)
0 Favorites   0 Comments

Color spaces of #afebca

RGB 175235202
HSL0.410.600.80
HSV147°26°92°
CMYK 0.260.000.14   0.08
XYZ58.048272.794966.8685
Yxy72.79490.29360.3682
Hunter Lab85.3199-27.865813.2561
CIE-Lab88.3498-25.56799.9128

#afebca color RGB value is (175,235,202).

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

The process color (four color CMYK) of #afebca color hex is 0.26, 0.00, 0.14, 0.08. Web safe color of #afebca is #99ffcc. Color #afebca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11001010
Octal 257 353 312
Decimal 175 235 202
Hex AF EB CA

RGB Percentages of Color #afebca

%28.59
%38.40
%33.01

CMYK Percentages of Color #afebca

%26
%0
%14
%8

Triadic Colors of #afebca

#afebca #caafeb #ebcaaf

Analogous Colors of #afebca

#afebca #afebe8 #b2ebaf

Monochromatic Colors of #afebca

#afebca

Complementary Color

#afebca #ebafd0

#afebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebca Color CSS Codes

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

#afebca Text Font Color

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

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


#afebca Background Color

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

This div background color is #afebca


#afebca Border Color

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

This div border color is #afebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebca


Comments

No comments written yet.

Please login to write comment.