Color Hex Logo

#afe194 Color Hex

#AFE194
(175,225,148)
0 Favorites   0 Comments

Color spaces of #afe194

RGB 175225148
HSL0.270.560.73
HSV99°34°88°
CMYK 0.220.000.34   0.12
XYZ49.949765.102537.9504
Yxy65.10250.32650.4255
Hunter Lab80.6861-30.698228.5935
CIE-Lab84.5365-29.855232.5887

#afe194 color RGB value is (175,225,148).

#afe194 hex color red value is 175, green value is 225 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #afe194 hue: 0.27 , saturation: 0.56 and the lightness value of afe194 is 0.73.

The process color (four color CMYK) of #afe194 color hex is 0.22, 0.00, 0.34, 0.12. Web safe color of #afe194 is #99cc99. Color #afe194 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 10010100
Octal 257 341 224
Decimal 175 225 148
Hex AF E1 94

RGB Percentages of Color #afe194

%31.93
%41.06
%27.01

CMYK Percentages of Color #afe194

%22
%0
%34
%12

Triadic Colors of #afe194

#afe194 #94afe1 #e194af

Analogous Colors of #afe194

#afe194 #94e1a0 #d6e194

Monochromatic Colors of #afe194

#afe194

Complementary Color

#afe194 #c694e1

#afe194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe194 Color CSS Codes

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

#afe194 Text Font Color

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

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


#afe194 Background Color

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

This div background color is #afe194


#afe194 Border Color

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

This div border color is #afe194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe194


Comments

No comments written yet.

Please login to write comment.