Color Hex Logo

#afffb3 Color Hex

#AFFFB3
(175,255,179)
0 Favorites   0 Comments

Color spaces of #afffb3

RGB 175255179
HSL0.341.000.84
HSV123°31°100°
CMYK 0.310.000.30   0.00
XYZ61.575983.888655.5946
Yxy83.88860.30630.4172
Hunter Lab91.5907-40.279328.1251
CIE-Lab93.4021-38.920028.7713

#afffb3 color RGB value is (175,255,179).

#afffb3 hex color red value is 175, green value is 255 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #afffb3 hue: 0.34 , saturation: 1.00 and the lightness value of afffb3 is 0.84.

The process color (four color CMYK) of #afffb3 color hex is 0.31, 0.00, 0.30, 0.00. Web safe color of #afffb3 is #99ffcc. Color #afffb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 10110011
Octal 257 377 263
Decimal 175 255 179
Hex AF FF B3

RGB Percentages of Color #afffb3

%28.74
%41.87
%29.39

CMYK Percentages of Color #afffb3

%31
%0
%30
%0

Triadic Colors of #afffb3

#afffb3 #b3afff #ffb3af

Analogous Colors of #afffb3

#afffb3 #afffdb #d3ffaf

Monochromatic Colors of #afffb3

#afffb3

Complementary Color

#afffb3 #ffaffb

#afffb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffb3 Color CSS Codes

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

#afffb3 Text Font Color

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

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


#afffb3 Background Color

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

This div background color is #afffb3


#afffb3 Border Color

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

This div border color is #afffb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffb3

Related Colors


Comments

No comments written yet.

Please login to write comment.