Color Hex Logo

#aff3bc Color Hex

#AFF3BC
(175,243,188)
0 Favorites   0 Comments

Color spaces of #aff3bc

RGB 175243188
HSL0.370.740.82
HSV131°28°95°
CMYK 0.280.000.23   0.05
XYZ58.806976.846059.3103
Yxy76.84600.30160.3942
Hunter Lab87.6619-33.663721.2488
CIE-Lab90.2507-31.921219.8530

#aff3bc color RGB value is (175,243,188).

#aff3bc hex color red value is 175, green value is 243 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aff3bc hue: 0.37 , saturation: 0.74 and the lightness value of aff3bc is 0.82.

The process color (four color CMYK) of #aff3bc color hex is 0.28, 0.00, 0.23, 0.05. Web safe color of #aff3bc is #99ffcc. Color #aff3bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 10111100
Octal 257 363 274
Decimal 175 243 188
Hex AF F3 BC

RGB Percentages of Color #aff3bc

%28.88
%40.10
%31.02

CMYK Percentages of Color #aff3bc

%28
%0
%23
%5

Triadic Colors of #aff3bc

#aff3bc #bcaff3 #f3bcaf

Analogous Colors of #aff3bc

#aff3bc #aff3de #c4f3af

Monochromatic Colors of #aff3bc

#aff3bc

Complementary Color

#aff3bc #f3afe6

#aff3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff3bc Color CSS Codes

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

#aff3bc Text Font Color

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

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


#aff3bc Background Color

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

This div background color is #aff3bc


#aff3bc Border Color

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

This div border color is #aff3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff3bc


Comments

No comments written yet.

Please login to write comment.