Color Hex Logo

#afffbc Color Hex

#AFFFBC
(175,255,188)
0 Favorites   0 Comments

Color spaces of #afffbc

RGB 175255188
HSL0.361.000.84
HSV130°31°100°
CMYK 0.310.000.26   0.00
XYZ62.516384.264860.5467
Yxy84.26480.30150.4064
Hunter Lab91.7959-39.077825.1506
CIE-Lab93.5654-37.432524.4409

#afffbc color RGB value is (175,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 10111100
Octal 257 377 274
Decimal 175 255 188
Hex AF FF BC

RGB Percentages of Color #afffbc

%28.32
%41.26
%30.42

CMYK Percentages of Color #afffbc

%31
%0
%26
%0

Triadic Colors of #afffbc

#afffbc #bcafff #ffbcaf

Analogous Colors of #afffbc

#afffbc #afffe4 #caffaf

Monochromatic Colors of #afffbc

#afffbc

Complementary Color

#afffbc #ffaff2

#afffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffbc Color CSS Codes

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

#afffbc Text Font Color

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

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


#afffbc Background Color

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

This div background color is #afffbc


#afffbc Border Color

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

This div border color is #afffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffbc

Related Colors


Comments

No comments written yet.

Please login to write comment.