Color Hex Logo

#affbbc Color Hex

#AFFBBC
(175,251,188)
0 Favorites   0 Comments

Color spaces of #affbbc

RGB 175251188
HSL0.360.900.84
HSV130°30°98°
CMYK 0.300.000.25   0.02
XYZ61.253581.739260.1258
Yxy81.73920.30160.4024
Hunter Lab90.4097-37.281523.8568
CIE-Lab92.4596-35.614022.9164

#affbbc color RGB value is (175,251,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 10111100
Octal 257 373 274
Decimal 175 251 188
Hex AF FB BC

RGB Percentages of Color #affbbc

%28.50
%40.88
%30.62

CMYK Percentages of Color #affbbc

%30
%0
%25
%2

Triadic Colors of #affbbc

#affbbc #bcaffb #fbbcaf

Analogous Colors of #affbbc

#affbbc #affbe2 #c8fbaf

Monochromatic Colors of #affbbc

#affbbc

Complementary Color

#affbbc #fbafee

#affbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#affbbc Color CSS Codes

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

#affbbc Text Font Color

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

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


#affbbc Background Color

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

This div background color is #affbbc


#affbbc Border Color

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

This div border color is #affbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affbbc


Comments

No comments written yet.

Please login to write comment.