Color Hex Logo

#afceff Color Hex

#AFCEFF
(175,206,255)
0 Favorites   0 Comments

Color spaces of #afceff

RGB 175206255
HSL0.601.000.84
HSV217°31°100°
CMYK 0.310.190.00   0.00
XYZ57.800560.4766103.2345
Yxy60.47660.26090.2730
Hunter Lab77.7667-3.4207-24.2702
CIE-Lab82.09660.7815-27.3480

#afceff color RGB value is (175,206,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11111111
Octal 257 316 377
Decimal 175 206 255
Hex AF CE FF

RGB Percentages of Color #afceff

%27.52
%32.39
%40.09

CMYK Percentages of Color #afceff

%31
%19
%0
%0

Triadic Colors of #afceff

#afceff #ffafce #ceffaf

Analogous Colors of #afceff

#afceff #b8afff #aff6ff

Monochromatic Colors of #afceff

#afceff

Complementary Color

#afceff #ffe0af

#afceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afceff Color CSS Codes

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

#afceff Text Font Color

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

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


#afceff Background Color

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

This div background color is #afceff


#afceff Border Color

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

This div border color is #afceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afceff

Related Colors


Comments

No comments written yet.

Please login to write comment.