Color Hex Logo

#affe65 Color Hex

#AFFE65
(175,254,101)
0 Favorites   0 Comments

Color spaces of #affe65

RGB 175254101
HSL0.250.990.70
HSV91°60°100°
CMYK 0.310.000.60   0.00
XYZ55.470080.937225.0108
Yxy80.93720.34360.5014
Hunter Lab89.9651-47.380846.4926
CIE-Lab92.1037-48.124563.8999

#affe65 color RGB value is (175,254,101).

#affe65 hex color red value is 175, green value is 254 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #affe65 hue: 0.25 , saturation: 0.99 and the lightness value of affe65 is 0.70.

The process color (four color CMYK) of #affe65 color hex is 0.31, 0.00, 0.60, 0.00. Web safe color of #affe65 is #99ff66. Color #affe65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 01100101
Octal 257 376 145
Decimal 175 254 101
Hex AF FE 65

RGB Percentages of Color #affe65

%33.02
%47.92
%19.06

CMYK Percentages of Color #affe65

%31
%0
%60
%0

Triadic Colors of #affe65

#affe65 #65affe #fe65af

Analogous Colors of #affe65

#affe65 #65fe68 #fcfe65

Monochromatic Colors of #affe65

#affe65

Complementary Color

#affe65 #b465fe

#affe65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affe65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affe65 Color CSS Codes

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

#affe65 Text Font Color

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

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


#affe65 Background Color

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

This div background color is #affe65


#affe65 Border Color

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

This div border color is #affe65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affe65

Related Colors


Comments

No comments written yet.

Please login to write comment.