Color Hex Logo

#afe4f1 Color Hex

#AFE4F1
(175,228,241)
0 Favorites   0 Comments

Color spaces of #afe4f1

RGB 175228241
HSL0.530.700.82
HSV192°27°95°
CMYK 0.270.050.00   0.05
XYZ61.299870.951693.6833
Yxy70.95160.27130.3140
Hunter Lab84.2328-17.5052-6.9791
CIE-Lab87.4615-13.9615-11.8416

#afe4f1 color RGB value is (175,228,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 11110001
Octal 257 344 361
Decimal 175 228 241
Hex AF E4 F1

RGB Percentages of Color #afe4f1

%27.17
%35.40
%37.42

CMYK Percentages of Color #afe4f1

%27
%5
%0
%5

Triadic Colors of #afe4f1

#afe4f1 #f1afe4 #e4f1af

Analogous Colors of #afe4f1

#afe4f1 #afc3f1 #aff1dd

Monochromatic Colors of #afe4f1

#afe4f1

Complementary Color

#afe4f1 #f1bcaf

#afe4f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe4f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe4f1 Color CSS Codes

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

#afe4f1 Text Font Color

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

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


#afe4f1 Background Color

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

This div background color is #afe4f1


#afe4f1 Border Color

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

This div border color is #afe4f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe4f1


Comments

No comments written yet.

Please login to write comment.