Color Hex Logo

#afebc0 Color Hex

#AFEBC0
(175,235,192)
1 Favorites   0 Comments

Color spaces of #afebc0

RGB 175235192
HSL0.380.600.80
HSV137°26°92°
CMYK 0.260.000.18   0.08
XYZ56.902072.336460.8324
Yxy72.33640.29940.3806
Hunter Lab85.0508-29.416117.1285
CIE-Lab88.1303-27.432314.8117

#afebc0 color RGB value is (175,235,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11000000
Octal 257 353 300
Decimal 175 235 192
Hex AF EB C0

RGB Percentages of Color #afebc0

%29.07
%39.04
%31.89

CMYK Percentages of Color #afebc0

%26
%0
%18
%8

Triadic Colors of #afebc0

#afebc0 #c0afeb #ebc0af

Analogous Colors of #afebc0

#afebc0 #afebde #bcebaf

Monochromatic Colors of #afebc0

#afebc0

Complementary Color

#afebc0 #ebafda

#afebc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebc0 Color CSS Codes

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

#afebc0 Text Font Color

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

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


#afebc0 Background Color

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

This div background color is #afebc0


#afebc0 Border Color

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

This div border color is #afebc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebc0


Comments

No comments written yet.

Please login to write comment.