Color Hex Logo

#afce37 Color Hex

#AFCE37
(175,206,55)
0 Favorites   0 Comments

Color spaces of #afce37

RGB 17520655
HSL0.200.610.51
HSV72°73°81°
CMYK 0.150.000.73   0.19
XYZ40.440153.532411.8158
Yxy53.53240.38230.5060
Hunter Lab73.1658-29.380041.6411
CIE-Lab78.1883-29.920466.9974

#afce37 color RGB value is (175,206,55).

#afce37 hex color red value is 175, green value is 206 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #afce37 hue: 0.20 , saturation: 0.61 and the lightness value of afce37 is 0.51.

The process color (four color CMYK) of #afce37 color hex is 0.15, 0.00, 0.73, 0.19. Web safe color of #afce37 is #99cc33. Color #afce37 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 00110111
Octal 257 316 67
Decimal 175 206 55
Hex AF CE 37

RGB Percentages of Color #afce37

%40.14
%47.25
%12.61

CMYK Percentages of Color #afce37

%15
%0
%73
%19

Triadic Colors of #afce37

#afce37 #37afce #ce37af

Analogous Colors of #afce37

#afce37 #64ce37 #cea237

Monochromatic Colors of #afce37

#afce37

Complementary Color

#afce37 #5637ce

#afce37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce37 Color CSS Codes

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

#afce37 Text Font Color

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

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


#afce37 Background Color

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

This div background color is #afce37


#afce37 Border Color

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

This div border color is #afce37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce37


Comments

No comments written yet.

Please login to write comment.