Color Hex Logo

#afd238 Color Hex

#AFD238
(175,210,56)
0 Favorites   0 Comments

Color spaces of #afd238

RGB 17521056
HSL0.200.630.52
HSV74°73°82°
CMYK 0.170.000.73   0.18
XYZ41.439655.492712.2684
Yxy55.49270.37950.5082
Hunter Lab74.4934-31.066642.3809
CIE-Lab79.3242-31.743767.7531

#afd238 color RGB value is (175,210,56).

#afd238 hex color red value is 175, green value is 210 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #afd238 hue: 0.20 , saturation: 0.63 and the lightness value of afd238 is 0.52.

The process color (four color CMYK) of #afd238 color hex is 0.17, 0.00, 0.73, 0.18. Web safe color of #afd238 is #99cc33. Color #afd238 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 00111000
Octal 257 322 70
Decimal 175 210 56
Hex AF D2 38

RGB Percentages of Color #afd238

%39.68
%47.62
%12.70

CMYK Percentages of Color #afd238

%17
%0
%73
%18

Triadic Colors of #afd238

#afd238 #38afd2 #d238af

Analogous Colors of #afd238

#afd238 #62d238 #d2a838

Monochromatic Colors of #afd238

#afd238

Complementary Color

#afd238 #5b38d2

#afd238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd238 Color CSS Codes

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

#afd238 Text Font Color

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

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


#afd238 Background Color

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

This div background color is #afd238


#afd238 Border Color

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

This div border color is #afd238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd238


Comments

No comments written yet.

Please login to write comment.