Color Hex Logo

#afd3da Color Hex

#AFD3DA
(175,211,218)
0 Favorites   0 Comments

Color spaces of #afd3da

RGB 175211218
HSL0.530.370.77
HSV190°20°85°
CMYK 0.200.030.00   0.15
XYZ53.628460.764475.2319
Yxy60.76440.28280.3204
Hunter Lab77.9515-13.6123-2.6554
CIE-Lab82.2519-10.3360-7.4117

#afd3da color RGB value is (175,211,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 11011010
Octal 257 323 332
Decimal 175 211 218
Hex AF D3 DA

RGB Percentages of Color #afd3da

%28.97
%34.93
%36.09

CMYK Percentages of Color #afd3da

%20
%3
%0
%15

Triadic Colors of #afd3da

#afd3da #daafd3 #d3daaf

Analogous Colors of #afd3da

#afd3da #afbeda #afdacc

Monochromatic Colors of #afd3da

#afd3da

Complementary Color

#afd3da #dab6af

#afd3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd3da Color CSS Codes

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

#afd3da Text Font Color

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

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


#afd3da Background Color

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

This div background color is #afd3da


#afd3da Border Color

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

This div border color is #afd3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd3da


Comments

No comments written yet.

Please login to write comment.