Color Hex Logo

#affcfb Color Hex

#AFFCFB
(175,252,251)
0 Favorites   0 Comments

Color spaces of #affcfb

RGB 175252251
HSL0.500.930.84
HSV179°31°99°
CMYK 0.310.000.00   0.01
XYZ69.902285.6998104.1243
Yxy85.69980.26910.3300
Hunter Lab92.5742-27.2206-1.8854
CIE-Lab94.1838-23.6074-7.0707

#affcfb color RGB value is (175,252,251).

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

The process color (four color CMYK) of #affcfb color hex is 0.31, 0.00, 0.00, 0.01. Web safe color of #affcfb is #99ffff. Color #affcfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 11111011
Octal 257 374 373
Decimal 175 252 251
Hex AF FC FB

RGB Percentages of Color #affcfb

%25.81
%37.17
%37.02

CMYK Percentages of Color #affcfb

%31
%0
%0
%1

Triadic Colors of #affcfb

#affcfb #fbaffc #fcfbaf

Analogous Colors of #affcfb

#affcfb #afd7fc #affcd5

Monochromatic Colors of #affcfb

#affcfb

Complementary Color

#affcfb #fcafb0

#affcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#affcfb Color CSS Codes

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

#affcfb Text Font Color

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

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


#affcfb Background Color

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

This div background color is #affcfb


#affcfb Border Color

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

This div border color is #affcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.