Color Hex Logo

#afdabc Color Hex

#AFDABC
(175,218,188)
0 Favorites   0 Comments

Color spaces of #afdabc

RGB 175218188
HSL0.380.370.77
HSV138°20°85°
CMYK 0.200.000.14   0.15
XYZ51.827762.887656.9839
Yxy62.88760.30190.3663
Hunter Lab79.3017-22.119112.9071
CIE-Lab83.3832-19.889310.1767

#afdabc color RGB value is (175,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 10111100
Octal 257 332 274
Decimal 175 218 188
Hex AF DA BC

RGB Percentages of Color #afdabc

%30.12
%37.52
%32.36

CMYK Percentages of Color #afdabc

%20
%0
%14
%15

Triadic Colors of #afdabc

#afdabc #bcafda #dabcaf

Analogous Colors of #afdabc

#afdabc #afdad2 #b8daaf

Monochromatic Colors of #afdabc

#afdabc

Complementary Color

#afdabc #daafcd

#afdabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdabc Color CSS Codes

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

#afdabc Text Font Color

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

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


#afdabc Background Color

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

This div background color is #afdabc


#afdabc Border Color

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

This div border color is #afdabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdabc


Comments

No comments written yet.

Please login to write comment.