Color Hex Logo

#afcf58 Color Hex

#AFCF58
(175,207,88)
0 Favorites   0 Comments

Color spaces of #afcf58

RGB 17520788
HSL0.210.550.58
HSV76°57°81°
CMYK 0.150.000.57   0.19
XYZ41.753554.444217.5407
Yxy54.44420.36710.4787
Hunter Lab73.7863-28.118237.5558
CIE-Lab78.7200-28.184554.4862

#afcf58 color RGB value is (175,207,88).

#afcf58 hex color red value is 175, green value is 207 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #afcf58 hue: 0.21 , saturation: 0.55 and the lightness value of afcf58 is 0.58.

The process color (four color CMYK) of #afcf58 color hex is 0.15, 0.00, 0.57, 0.19. Web safe color of #afcf58 is #99cc66. Color #afcf58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 01011000
Octal 257 317 130
Decimal 175 207 88
Hex AF CF 58

RGB Percentages of Color #afcf58

%37.23
%44.04
%18.72

CMYK Percentages of Color #afcf58

%15
%0
%57
%19

Triadic Colors of #afcf58

#afcf58 #58afcf #cf58af

Analogous Colors of #afcf58

#afcf58 #74cf58 #cfb458

Monochromatic Colors of #afcf58

#afcf58

Complementary Color

#afcf58 #7858cf

#afcf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf58 Color CSS Codes

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

#afcf58 Text Font Color

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

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


#afcf58 Background Color

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

This div background color is #afcf58


#afcf58 Border Color

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

This div border color is #afcf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf58


Comments

No comments written yet.

Please login to write comment.