Color Hex Logo

#afcef7 Color Hex

#AFCEF7
(175,206,247)
0 Favorites   0 Comments

Color spaces of #afcef7

RGB 175206247
HSL0.590.820.83
HSV214°29°97°
CMYK 0.290.170.00   0.03
XYZ56.539059.972096.5915
Yxy59.97200.26530.2814
Hunter Lab77.4416-5.2025-19.7422
CIE-Lab81.8230-1.1437-23.5115

#afcef7 color RGB value is (175,206,247).

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

The process color (four color CMYK) of #afcef7 color hex is 0.29, 0.17, 0.00, 0.03. Web safe color of #afcef7 is #99ccff. Color #afcef7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11110111
Octal 257 316 367
Decimal 175 206 247
Hex AF CE F7

RGB Percentages of Color #afcef7

%27.87
%32.80
%39.33

CMYK Percentages of Color #afcef7

%29
%17
%0
%3

Triadic Colors of #afcef7

#afcef7 #f7afce #cef7af

Analogous Colors of #afcef7

#afcef7 #b4aff7 #aff2f7

Monochromatic Colors of #afcef7

#afcef7

Complementary Color

#afcef7 #f7d8af

#afcef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcef7 Color CSS Codes

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

#afcef7 Text Font Color

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

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


#afcef7 Background Color

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

This div background color is #afcef7


#afcef7 Border Color

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

This div border color is #afcef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcef7


Comments

No comments written yet.

Please login to write comment.