Color Hex Logo

#afecf1 Color Hex

#AFECF1
(175,236,241)
0 Favorites   0 Comments

Color spaces of #afecf1

RGB 175236241
HSL0.510.700.82
HSV185°27°95°
CMYK 0.270.020.00   0.05
XYZ63.551875.455794.4340
Yxy75.45570.27220.3232
Hunter Lab86.8652-21.4211-3.6504
CIE-Lab89.6060-17.9786-8.6508

#afecf1 color RGB value is (175,236,241).

#afecf1 hex color red value is 175, green value is 236 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #afecf1 hue: 0.51 , saturation: 0.70 and the lightness value of afecf1 is 0.82.

The process color (four color CMYK) of #afecf1 color hex is 0.27, 0.02, 0.00, 0.05. Web safe color of #afecf1 is #99ffff. Color #afecf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 11110001
Octal 257 354 361
Decimal 175 236 241
Hex AF EC F1

RGB Percentages of Color #afecf1

%26.84
%36.20
%36.96

CMYK Percentages of Color #afecf1

%27
%2
%0
%5

Triadic Colors of #afecf1

#afecf1 #f1afec #ecf1af

Analogous Colors of #afecf1

#afecf1 #afcbf1 #aff1d5

Monochromatic Colors of #afecf1

#afecf1

Complementary Color

#afecf1 #f1b4af

#afecf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecf1 Color CSS Codes

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

#afecf1 Text Font Color

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

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


#afecf1 Background Color

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

This div background color is #afecf1


#afecf1 Border Color

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

This div border color is #afecf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecf1


Comments

No comments written yet.

Please login to write comment.