Color Hex Logo

#afdada Color Hex

#AFDADA
(175,218,218)
0 Favorites   0 Comments

Color spaces of #afdada

RGB 175218218
HSL0.500.370.77
HSV180°20°85°
CMYK 0.200.000.00   0.15
XYZ55.405564.318775.8242
Yxy64.31870.28330.3289
Hunter Lab80.1989-17.03130.0834
CIE-Lab84.1314-13.9231-4.6340

#afdada color RGB value is (175,218,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 11011010
Octal 257 332 332
Decimal 175 218 218
Hex AF DA DA

RGB Percentages of Color #afdada

%28.64
%35.68
%35.68

CMYK Percentages of Color #afdada

%20
%0
%0
%15

Triadic Colors of #afdada

#afdada #daafda #dadaaf

Analogous Colors of #afdada

#afdada #afc5da #afdac5

Monochromatic Colors of #afdada

#afdada

Complementary Color

#afdada #daafaf

#afdada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdada Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdada Color CSS Codes

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

#afdada Text Font Color

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

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


#afdada Background Color

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

This div background color is #afdada


#afdada Border Color

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

This div border color is #afdada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdada


Comments

No comments written yet.

Please login to write comment.