Color Hex Logo

#afdadf Color Hex

#AFDADF
(175,218,223)
0 Favorites   0 Comments

Color spaces of #afdadf

RGB 175218223
HSL0.520.430.78
HSV186°22°87°
CMYK 0.220.020.00   0.13
XYZ56.069964.584579.3229
Yxy64.58450.28040.3230
Hunter Lab80.3645-16.0993-2.2664
CIE-Lab84.2692-12.8539-7.0822

#afdadf color RGB value is (175,218,223).

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

The process color (four color CMYK) of #afdadf color hex is 0.22, 0.02, 0.00, 0.13. Web safe color of #afdadf is #99cccc. Color #afdadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 11011111
Octal 257 332 337
Decimal 175 218 223
Hex AF DA DF

RGB Percentages of Color #afdadf

%28.41
%35.39
%36.20

CMYK Percentages of Color #afdadf

%22
%2
%0
%13

Triadic Colors of #afdadf

#afdadf #dfafda #dadfaf

Analogous Colors of #afdadf

#afdadf #afc2df #afdfcc

Monochromatic Colors of #afdadf

#afdadf

Complementary Color

#afdadf #dfb4af

#afdadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdadf Color CSS Codes

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

#afdadf Text Font Color

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

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


#afdadf Background Color

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

This div background color is #afdadf


#afdadf Border Color

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

This div border color is #afdadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdadf


Comments

No comments written yet.

Please login to write comment.