Color Hex Logo

#afed27 Color Hex

#AFED27
(175,237,39)
0 Favorites   0 Comments

Color spaces of #afed27

RGB 17523739
HSL0.220.850.54
HSV79°84°93°
CMYK 0.260.000.84   0.07
XYZ48.329669.828812.8505
Yxy69.82880.36890.5330
Hunter Lab83.5636-42.999649.3769
CIE-Lab86.9128-44.508379.3327

#afed27 color RGB value is (175,237,39).

#afed27 hex color red value is 175, green value is 237 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #afed27 hue: 0.22 , saturation: 0.85 and the lightness value of afed27 is 0.54.

The process color (four color CMYK) of #afed27 color hex is 0.26, 0.00, 0.84, 0.07. Web safe color of #afed27 is #99ff33. Color #afed27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 00100111
Octal 257 355 47
Decimal 175 237 39
Hex AF ED 27

RGB Percentages of Color #afed27

%38.80
%52.55
%8.65

CMYK Percentages of Color #afed27

%26
%0
%84
%7

Triadic Colors of #afed27

#afed27 #27afed #ed27af

Analogous Colors of #afed27

#afed27 #4ced27 #edc827

Monochromatic Colors of #afed27

#afed27

Complementary Color

#afed27 #6527ed

#afed27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed27 Color CSS Codes

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

#afed27 Text Font Color

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

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


#afed27 Background Color

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

This div background color is #afed27


#afed27 Border Color

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

This div border color is #afed27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed27


Comments

No comments written yet.

Please login to write comment.