Color Hex Logo

#affbcb Color Hex

#AFFBCB
(175,251,203)
0 Favorites   0 Comments

Color spaces of #affbcb

RGB 175251203
HSL0.390.900.84
HSV142°30°98°
CMYK 0.300.000.19   0.02
XYZ62.955982.420169.0905
Yxy82.42010.29350.3843
Hunter Lab90.7855-35.092518.4284
CIE-Lab92.7600-32.944015.6540

#affbcb color RGB value is (175,251,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 11001011
Octal 257 373 313
Decimal 175 251 203
Hex AF FB CB

RGB Percentages of Color #affbcb

%27.82
%39.90
%32.27

CMYK Percentages of Color #affbcb

%30
%0
%19
%2

Triadic Colors of #affbcb

#affbcb #cbaffb #fbcbaf

Analogous Colors of #affbcb

#affbcb #affbf1 #b9fbaf

Monochromatic Colors of #affbcb

#affbcb

Complementary Color

#affbcb #fbafdf

#affbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#affbcb Color CSS Codes

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

#affbcb Text Font Color

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

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


#affbcb Background Color

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

This div background color is #affbcb


#affbcb Border Color

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

This div border color is #affbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affbcb


Comments

No comments written yet.

Please login to write comment.