Color Hex Logo

#afdbd5 Color Hex

#AFDBD5
(175,219,213)
0 Favorites   0 Comments

Color spaces of #afdbd5

RGB 175219213
HSL0.480.380.77
HSV172°20°86°
CMYK 0.200.000.03   0.14
XYZ55.021064.581172.5163
Yxy64.58110.28640.3362
Hunter Lab80.3624-18.42212.7524
CIE-Lab84.2674-15.4777-1.7832

#afdbd5 color RGB value is (175,219,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11010101
Octal 257 333 325
Decimal 175 219 213
Hex AF DB D5

RGB Percentages of Color #afdbd5

%28.83
%36.08
%35.09

CMYK Percentages of Color #afdbd5

%20
%0
%3
%14

Triadic Colors of #afdbd5

#afdbd5 #d5afdb #dbd5af

Analogous Colors of #afdbd5

#afdbd5 #afcbdb #afdbbf

Monochromatic Colors of #afdbd5

#afdbd5

Complementary Color

#afdbd5 #dbafb5

#afdbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbd5 Color CSS Codes

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

#afdbd5 Text Font Color

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

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


#afdbd5 Background Color

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

This div background color is #afdbd5


#afdbd5 Border Color

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

This div border color is #afdbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbd5


Comments

No comments written yet.

Please login to write comment.