Color Hex Logo

#afd4da Color Hex

#AFD4DA
(175,212,218)
0 Favorites   0 Comments

Color spaces of #afd4da

RGB 175212218
HSL0.520.370.77
HSV188°20°85°
CMYK 0.200.030.00   0.15
XYZ53.877661.262975.3149
Yxy61.26290.28290.3217
Hunter Lab78.2706-14.1031-2.2616
CIE-Lab82.5199-10.8520-7.0147

#afd4da color RGB value is (175,212,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 11011010
Octal 257 324 332
Decimal 175 212 218
Hex AF D4 DA

RGB Percentages of Color #afd4da

%28.93
%35.04
%36.03

CMYK Percentages of Color #afd4da

%20
%3
%0
%15

Triadic Colors of #afd4da

#afd4da #daafd4 #d4daaf

Analogous Colors of #afd4da

#afd4da #afbfda #afdacb

Monochromatic Colors of #afd4da

#afd4da

Complementary Color

#afd4da #dab5af

#afd4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd4da Color CSS Codes

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

#afd4da Text Font Color

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

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


#afd4da Background Color

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

This div background color is #afd4da


#afd4da Border Color

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

This div border color is #afd4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd4da


Comments

No comments written yet.

Please login to write comment.