Color Hex Logo

#afebf1 Color Hex

#AFEBF1
(175,235,241)
0 Favorites   0 Comments

Color spaces of #afebf1

RGB 175235241
HSL0.520.700.82
HSV185°27°95°
CMYK 0.270.020.00   0.05
XYZ63.264774.881594.3383
Yxy74.88150.27210.3221
Hunter Lab86.5341-20.9341-4.0633
CIE-Lab89.3375-17.4804-9.0494

#afebf1 color RGB value is (175,235,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11110001
Octal 257 353 361
Decimal 175 235 241
Hex AF EB F1

RGB Percentages of Color #afebf1

%26.88
%36.10
%37.02

CMYK Percentages of Color #afebf1

%27
%2
%0
%5

Triadic Colors of #afebf1

#afebf1 #f1afeb #ebf1af

Analogous Colors of #afebf1

#afebf1 #afcaf1 #aff1d6

Monochromatic Colors of #afebf1

#afebf1

Complementary Color

#afebf1 #f1b5af

#afebf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebf1 Color CSS Codes

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

#afebf1 Text Font Color

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

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


#afebf1 Background Color

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

This div background color is #afebf1


#afebf1 Border Color

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

This div border color is #afebf1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,235,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 #afebf1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebf1


Comments

No comments written yet.

Please login to write comment.