Color Hex Logo

#afd5da Color Hex

#AFD5DA
(175,213,218)
0 Favorites   0 Comments

Color spaces of #afd5da

RGB 175213218
HSL0.520.370.77
HSV187°20°85°
CMYK 0.200.020.00   0.15
XYZ54.128361.764475.3985
Yxy61.76440.28300.3229
Hunter Lab78.5903-14.5930-1.8688
CIE-Lab82.7880-11.3667-6.6179

#afd5da color RGB value is (175,213,218).

#afd5da hex color red value is 175, green value is 213 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #afd5da hue: 0.52 , saturation: 0.37 and the lightness value of afd5da is 0.77.

The process color (four color CMYK) of #afd5da color hex is 0.20, 0.02, 0.00, 0.15. Web safe color of #afd5da is #99cccc. Color #afd5da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 11011010
Octal 257 325 332
Decimal 175 213 218
Hex AF D5 DA

RGB Percentages of Color #afd5da

%28.88
%35.15
%35.97

CMYK Percentages of Color #afd5da

%20
%2
%0
%15

Triadic Colors of #afd5da

#afd5da #daafd5 #d5daaf

Analogous Colors of #afd5da

#afd5da #afc0da #afdaca

Monochromatic Colors of #afd5da

#afd5da

Complementary Color

#afd5da #dab4af

#afd5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd5da Color CSS Codes

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

#afd5da Text Font Color

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

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


#afd5da Background Color

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

This div background color is #afd5da


#afd5da Border Color

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

This div border color is #afd5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd5da


Comments

No comments written yet.

Please login to write comment.