Color Hex Logo

#afccf3 Color Hex

#AFCCF3
(175,204,243)
0 Favorites   0 Comments

Color spaces of #afccf3

RGB 175204243
HSL0.600.740.82
HSV214°28°95°
CMYK 0.280.160.00   0.05
XYZ55.449758.770893.2154
Yxy58.77080.26730.2833
Hunter Lab76.6621-5.0497-18.4287
CIE-Lab81.1654-1.0277-22.3796

#afccf3 color RGB value is (175,204,243).

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

The process color (four color CMYK) of #afccf3 color hex is 0.28, 0.16, 0.00, 0.05. Web safe color of #afccf3 is #99ccff. Color #afccf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11110011
Octal 257 314 363
Decimal 175 204 243
Hex AF CC F3

RGB Percentages of Color #afccf3

%28.14
%32.80
%39.07

CMYK Percentages of Color #afccf3

%28
%16
%0
%5

Triadic Colors of #afccf3

#afccf3 #f3afcc #ccf3af

Analogous Colors of #afccf3

#afccf3 #b4aff3 #afeef3

Monochromatic Colors of #afccf3

#afccf3

Complementary Color

#afccf3 #f3d6af

#afccf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccf3 Color CSS Codes

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

#afccf3 Text Font Color

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

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


#afccf3 Background Color

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

This div background color is #afccf3


#afccf3 Border Color

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

This div border color is #afccf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccf3


Comments

No comments written yet.

Please login to write comment.