Color Hex Logo

#afccf5 Color Hex

#AFCCF5
(175,204,245)
0 Favorites   0 Comments

Color spaces of #afccf5

RGB 175204245
HSL0.600.780.82
HSV215°29°96°
CMYK 0.290.170.00   0.04
XYZ55.753558.892394.8150
Yxy58.89230.26620.2812
Hunter Lab76.7413-4.6149-19.5347
CIE-Lab81.2324-0.5545-23.3443

#afccf5 color RGB value is (175,204,245).

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

The process color (four color CMYK) of #afccf5 color hex is 0.29, 0.17, 0.00, 0.04. Web safe color of #afccf5 is #99ccff. Color #afccf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11110101
Octal 257 314 365
Decimal 175 204 245
Hex AF CC F5

RGB Percentages of Color #afccf5

%28.04
%32.69
%39.26

CMYK Percentages of Color #afccf5

%29
%17
%0
%4

Triadic Colors of #afccf5

#afccf5 #f5afcc #ccf5af

Analogous Colors of #afccf5

#afccf5 #b5aff5 #afeff5

Monochromatic Colors of #afccf5

#afccf5

Complementary Color

#afccf5 #f5d8af

#afccf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccf5 Color CSS Codes

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

#afccf5 Text Font Color

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

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


#afccf5 Background Color

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

This div background color is #afccf5


#afccf5 Border Color

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

This div border color is #afccf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccf5


Comments

No comments written yet.

Please login to write comment.