Color Hex Logo

#afcffe Color Hex

#AFCFFE
(175,207,254)
0 Favorites   0 Comments

Color spaces of #afcffe

RGB 175207254
HSL0.600.980.84
HSV216°31°100°
CMYK 0.310.190.00   0.00
XYZ57.881460.8954102.4692
Yxy60.89540.26160.2752
Hunter Lab78.0355-4.1630-23.2294
CIE-Lab82.32250.0052-26.4717

#afcffe color RGB value is (175,207,254).

#afcffe hex color red value is 175, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #afcffe hue: 0.60 , saturation: 0.98 and the lightness value of afcffe is 0.84.

The process color (four color CMYK) of #afcffe color hex is 0.31, 0.19, 0.00, 0.00. Web safe color of #afcffe is #99ccff. Color #afcffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 11111110
Octal 257 317 376
Decimal 175 207 254
Hex AF CF FE

RGB Percentages of Color #afcffe

%27.52
%32.55
%39.94

CMYK Percentages of Color #afcffe

%31
%19
%0
%0

Triadic Colors of #afcffe

#afcffe #feafcf #cffeaf

Analogous Colors of #afcffe

#afcffe #b7affe #aff7fe

Monochromatic Colors of #afcffe

#afcffe

Complementary Color

#afcffe #fedeaf

#afcffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcffe Color CSS Codes

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

#afcffe Text Font Color

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

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


#afcffe Background Color

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

This div background color is #afcffe


#afcffe Border Color

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

This div border color is #afcffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcffe

Related Colors


Comments

No comments written yet.

Please login to write comment.