Color Hex Logo

#afd0da Color Hex

#AFD0DA
(175,208,218)
0 Favorites   0 Comments

Color spaces of #afd0da

RGB 175208218
HSL0.540.370.77
HSV194°20°85°
CMYK 0.200.050.00   0.15
XYZ52.890059.287774.9857
Yxy59.28770.28260.3168
Hunter Lab76.9985-12.1364-3.8412
CIE-Lab81.4495-8.7822-8.6021

#afd0da color RGB value is (175,208,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 11011010
Octal 257 320 332
Decimal 175 208 218
Hex AF D0 DA

RGB Percentages of Color #afd0da

%29.12
%34.61
%36.27

CMYK Percentages of Color #afd0da

%20
%5
%0
%15

Triadic Colors of #afd0da

#afd0da #daafd0 #d0daaf

Analogous Colors of #afd0da

#afd0da #afbbda #afdacf

Monochromatic Colors of #afd0da

#afd0da

Complementary Color

#afd0da #dab9af

#afd0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd0da Color CSS Codes

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

#afd0da Text Font Color

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

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


#afd0da Background Color

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

This div background color is #afd0da


#afd0da Border Color

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

This div border color is #afd0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd0da


Comments

No comments written yet.

Please login to write comment.