Color Hex Logo

#afe1da Color Hex

#AFE1DA
(175,225,218)
0 Favorites   0 Comments

Color spaces of #afe1da

RGB 175225218
HSL0.480.450.78
HSV172°22°88°
CMYK 0.220.000.03   0.12
XYZ57.259368.026376.4422
Yxy68.02630.28380.3372
Hunter Lab82.4781-20.41532.7836
CIE-Lab86.0196-17.4544-1.8588

#afe1da color RGB value is (175,225,218).

#afe1da hex color red value is 175, green value is 225 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #afe1da hue: 0.48 , saturation: 0.45 and the lightness value of afe1da is 0.78.

The process color (four color CMYK) of #afe1da color hex is 0.22, 0.00, 0.03, 0.12. Web safe color of #afe1da is #99cccc. Color #afe1da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 11011010
Octal 257 341 332
Decimal 175 225 218
Hex AF E1 DA

RGB Percentages of Color #afe1da

%28.32
%36.41
%35.28

CMYK Percentages of Color #afe1da

%22
%0
%3
%12

Triadic Colors of #afe1da

#afe1da #daafe1 #e1daaf

Analogous Colors of #afe1da

#afe1da #afcfe1 #afe1c1

Monochromatic Colors of #afe1da

#afe1da

Complementary Color

#afe1da #e1afb6

#afe1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe1da Color CSS Codes

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

#afe1da Text Font Color

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

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


#afe1da Background Color

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

This div background color is #afe1da


#afe1da Border Color

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

This div border color is #afe1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe1da


Comments

No comments written yet.

Please login to write comment.