Color Hex Logo

#affebc Color Hex

#AFFEBC
(175,254,188)
0 Favorites   0 Comments

Color spaces of #affebc

RGB 175254188
HSL0.360.980.84
HSV130°31°100°
CMYK 0.310.000.26   0.00
XYZ62.198183.628460.4407
Yxy83.62840.30150.4054
Hunter Lab91.4486-38.629524.8277
CIE-Lab93.2889-36.979624.0601

#affebc color RGB value is (175,254,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 10111100
Octal 257 376 274
Decimal 175 254 188
Hex AF FE BC

RGB Percentages of Color #affebc

%28.36
%41.17
%30.47

CMYK Percentages of Color #affebc

%31
%0
%26
%0

Triadic Colors of #affebc

#affebc #bcaffe #febcaf

Analogous Colors of #affebc

#affebc #affee4 #cafeaf

Monochromatic Colors of #affebc

#affebc

Complementary Color

#affebc #feaff1

#affebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#affebc Color CSS Codes

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

#affebc Text Font Color

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

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


#affebc Background Color

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

This div background color is #affebc


#affebc Border Color

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

This div border color is #affebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,254,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 #affebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affebc


Comments

No comments written yet.

Please login to write comment.