Color Hex Logo

#afcef0 Color Hex

#AFCEF0
(175,206,240)
0 Favorites   0 Comments

Color spaces of #afcef0

RGB 175206240
HSL0.590.680.81
HSV211°27°94°
CMYK 0.270.140.00   0.06
XYZ55.478759.547891.0079
Yxy59.54780.26930.2890
Hunter Lab77.1672-6.7116-15.9072
CIE-Lab81.5918-2.7925-20.1334

#afcef0 color RGB value is (175,206,240).

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

The process color (four color CMYK) of #afcef0 color hex is 0.27, 0.14, 0.00, 0.06. Web safe color of #afcef0 is #99ccff. Color #afcef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11110000
Octal 257 316 360
Decimal 175 206 240
Hex AF CE F0

RGB Percentages of Color #afcef0

%28.18
%33.17
%38.65

CMYK Percentages of Color #afcef0

%27
%14
%0
%6

Triadic Colors of #afcef0

#afcef0 #f0afce #cef0af

Analogous Colors of #afcef0

#afcef0 #b1aff0 #afeff0

Monochromatic Colors of #afcef0

#afcef0

Complementary Color

#afcef0 #f0d1af

#afcef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcef0 Color CSS Codes

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

#afcef0 Text Font Color

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

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


#afcef0 Background Color

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

This div background color is #afcef0


#afcef0 Border Color

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

This div border color is #afcef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcef0


Comments

No comments written yet.

Please login to write comment.