Color Hex Logo

#afe294 Color Hex

#AFE294
(175,226,148)
0 Favorites   0 Comments

Color spaces of #afe294

RGB 175226148
HSL0.280.570.73
HSV99°35°89°
CMYK 0.230.000.35   0.11
XYZ50.220865.644838.0408
Yxy65.64480.32630.4265
Hunter Lab81.0215-31.145228.8775
CIE-Lab84.8149-30.326532.9570

#afe294 color RGB value is (175,226,148).

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

The process color (four color CMYK) of #afe294 color hex is 0.23, 0.00, 0.35, 0.11. Web safe color of #afe294 is #99cc99. Color #afe294 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100010 10010100
Octal 257 342 224
Decimal 175 226 148
Hex AF E2 94

RGB Percentages of Color #afe294

%31.88
%41.17
%26.96

CMYK Percentages of Color #afe294

%23
%0
%35
%11

Triadic Colors of #afe294

#afe294 #94afe2 #e294af

Analogous Colors of #afe294

#afe294 #94e2a0 #d6e294

Monochromatic Colors of #afe294

#afe294

Complementary Color

#afe294 #c794e2

#afe294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe294 Color CSS Codes

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

#afe294 Text Font Color

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

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


#afe294 Background Color

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

This div background color is #afe294


#afe294 Border Color

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

This div border color is #afe294


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,226,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 #afe294">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe294


Comments

No comments written yet.

Please login to write comment.