Color Hex Logo

#afcefe Color Hex

#AFCEFE
(175,206,254)
0 Favorites   0 Comments

Color spaces of #afcefe

RGB 175206254
HSL0.600.980.84
HSV216°31°100°
CMYK 0.310.190.00   0.00
XYZ57.639960.4123102.3887
Yxy60.41230.26150.2741
Hunter Lab77.7253-3.6466-23.6958
CIE-Lab82.06180.5387-26.8699

#afcefe color RGB value is (175,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11111110
Octal 257 316 376
Decimal 175 206 254
Hex AF CE FE

RGB Percentages of Color #afcefe

%27.56
%32.44
%40.00

CMYK Percentages of Color #afcefe

%31
%19
%0
%0

Triadic Colors of #afcefe

#afcefe #feafce #cefeaf

Analogous Colors of #afcefe

#afcefe #b8affe #aff6fe

Monochromatic Colors of #afcefe

#afcefe

Complementary Color

#afcefe #fedfaf

#afcefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcefe Color CSS Codes

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

#afcefe Text Font Color

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

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


#afcefe Background Color

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

This div background color is #afcefe


#afcefe Border Color

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

This div border color is #afcefe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,206,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 #afcefe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcefe

Related Colors


Comments

No comments written yet.

Please login to write comment.