Color Hex Logo

#affecb Color Hex

#AFFECB
(175,254,203)
0 Favorites   0 Comments

Color spaces of #affecb

RGB 175254203
HSL0.390.980.84
HSV141°31°100°
CMYK 0.310.000.20   0.00
XYZ63.900584.309469.4053
Yxy84.30940.29360.3874
Hunter Lab91.8202-36.461619.4578
CIE-Lab93.5847-34.329916.8154

#affecb color RGB value is (175,254,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 11001011
Octal 257 376 313
Decimal 175 254 203
Hex AF FE CB

RGB Percentages of Color #affecb

%27.69
%40.19
%32.12

CMYK Percentages of Color #affecb

%31
%0
%20
%0

Triadic Colors of #affecb

#affecb #cbaffe #fecbaf

Analogous Colors of #affecb

#affecb #affef3 #bbfeaf

Monochromatic Colors of #affecb

#affecb

Complementary Color

#affecb #feafe2

#affecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#affecb Color CSS Codes

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

#affecb Text Font Color

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

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


#affecb Background Color

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

This div background color is #affecb


#affecb Border Color

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

This div border color is #affecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affecb


Comments

No comments written yet.

Please login to write comment.