Color Hex Logo

#afefbe Color Hex

#AFEFBE
(175,239,190)
0 Favorites   0 Comments

Color spaces of #afefbe

RGB 175239190
HSL0.370.670.81
HSV134°27°94°
CMYK 0.270.000.21   0.06
XYZ57.840074.564760.0591
Yxy74.56470.30050.3874
Hunter Lab86.3509-31.550219.2080
CIE-Lab89.1887-29.691617.3375

#afefbe color RGB value is (175,239,190).

#afefbe hex color red value is 175, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #afefbe hue: 0.37 , saturation: 0.67 and the lightness value of afefbe is 0.81.

The process color (four color CMYK) of #afefbe color hex is 0.27, 0.00, 0.21, 0.06. Web safe color of #afefbe is #99ffcc. Color #afefbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 10111110
Octal 257 357 276
Decimal 175 239 190
Hex AF EF BE

RGB Percentages of Color #afefbe

%28.97
%39.57
%31.46

CMYK Percentages of Color #afefbe

%27
%0
%21
%6

Triadic Colors of #afefbe

#afefbe #beafef #efbeaf

Analogous Colors of #afefbe

#afefbe #afefde #c0efaf

Monochromatic Colors of #afefbe

#afefbe

Complementary Color

#afefbe #efafe0

#afefbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefbe Color CSS Codes

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

#afefbe Text Font Color

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

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


#afefbe Background Color

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

This div background color is #afefbe


#afefbe Border Color

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

This div border color is #afefbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefbe


Comments

No comments written yet.

Please login to write comment.