Color Hex Logo

#afcef4 Color Hex

#AFCEF4
(175,206,244)
0 Favorites   0 Comments

Color spaces of #afcef4

RGB 175206244
HSL0.590.760.82
HSV213°28°96°
CMYK 0.280.160.00   0.04
XYZ56.079659.788294.1725
Yxy59.78820.26700.2847
Hunter Lab77.3228-5.8550-18.0841
CIE-Lab81.7229-1.8545-22.0662

#afcef4 color RGB value is (175,206,244).

#afcef4 hex color red value is 175, green value is 206 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #afcef4 hue: 0.59 , saturation: 0.76 and the lightness value of afcef4 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11110100
Octal 257 316 364
Decimal 175 206 244
Hex AF CE F4

RGB Percentages of Color #afcef4

%28.00
%32.96
%39.04

CMYK Percentages of Color #afcef4

%28
%16
%0
%4

Triadic Colors of #afcef4

#afcef4 #f4afce #cef4af

Analogous Colors of #afcef4

#afcef4 #b3aff4 #aff1f4

Monochromatic Colors of #afcef4

#afcef4

Complementary Color

#afcef4 #f4d5af

#afcef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcef4 Color CSS Codes

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

#afcef4 Text Font Color

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

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


#afcef4 Background Color

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

This div background color is #afcef4


#afcef4 Border Color

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

This div border color is #afcef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcef4


Comments

No comments written yet.

Please login to write comment.