Color Hex Logo

#affcce Color Hex

#AFFCCE
(175,252,206)
0 Favorites   0 Comments

Color spaces of #affcce

RGB 175252206
HSL0.400.930.84
HSV144°31°99°
CMYK 0.310.000.18   0.01
XYZ63.630283.191071.0963
Yxy83.19100.29200.3818
Hunter Lab91.2091-35.089017.6306
CIE-Lab93.0980-32.850514.5895

#affcce color RGB value is (175,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 11001110
Octal 257 374 316
Decimal 175 252 206
Hex AF FC CE

RGB Percentages of Color #affcce

%27.65
%39.81
%32.54

CMYK Percentages of Color #affcce

%31
%0
%18
%1

Triadic Colors of #affcce

#affcce #ceaffc #fcceaf

Analogous Colors of #affcce

#affcce #affcf5 #b7fcaf

Monochromatic Colors of #affcce

#affcce

Complementary Color

#affcce #fcafdd

#affcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#affcce Color CSS Codes

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

#affcce Text Font Color

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

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


#affcce Background Color

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

This div background color is #affcce


#affcce Border Color

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

This div border color is #affcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affcce

Related Colors


Comments

No comments written yet.

Please login to write comment.