Color Hex Logo

#afffc8 Color Hex

#AFFFC8
(175,255,200)
0 Favorites   0 Comments

Color spaces of #afffc8

RGB 175255200
HSL0.391.000.84
HSV139°31°100°
CMYK 0.310.000.22   0.00
XYZ63.864584.804167.6464
Yxy84.80410.29520.3920
Hunter Lab92.0891-37.364920.9094
CIE-Lab93.7986-35.334318.6507

#afffc8 color RGB value is (175,255,200).

#afffc8 hex color red value is 175, green value is 255 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #afffc8 hue: 0.39 , saturation: 1.00 and the lightness value of afffc8 is 0.84.

The process color (four color CMYK) of #afffc8 color hex is 0.31, 0.00, 0.22, 0.00. Web safe color of #afffc8 is #99ffcc. Color #afffc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 11001000
Octal 257 377 310
Decimal 175 255 200
Hex AF FF C8

RGB Percentages of Color #afffc8

%27.78
%40.48
%31.75

CMYK Percentages of Color #afffc8

%31
%0
%22
%0

Triadic Colors of #afffc8

#afffc8 #c8afff #ffc8af

Analogous Colors of #afffc8

#afffc8 #affff0 #beffaf

Monochromatic Colors of #afffc8

#afffc8

Complementary Color

#afffc8 #ffafe6

#afffc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffc8 Color CSS Codes

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

#afffc8 Text Font Color

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

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


#afffc8 Background Color

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

This div background color is #afffc8


#afffc8 Border Color

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

This div border color is #afffc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffc8

Related Colors


Comments

No comments written yet.

Please login to write comment.