Color Hex Logo

#afdbdd Color Hex

#AFDBDD
(175,219,221)
0 Favorites   0 Comments

Color spaces of #afdbdd

RGB 175219221
HSL0.510.400.78
HSV183°21°87°
CMYK 0.210.010.00   0.13
XYZ56.061964.997577.9976
Yxy64.99750.28160.3265
Hunter Lab80.6210-16.9622-0.9260
CIE-Lab84.4824-13.7931-5.7066

#afdbdd color RGB value is (175,219,221).

#afdbdd hex color red value is 175, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #afdbdd hue: 0.51 , saturation: 0.40 and the lightness value of afdbdd is 0.78.

The process color (four color CMYK) of #afdbdd color hex is 0.21, 0.01, 0.00, 0.13. Web safe color of #afdbdd is #99cccc. Color #afdbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11011101
Octal 257 333 335
Decimal 175 219 221
Hex AF DB DD

RGB Percentages of Color #afdbdd

%28.46
%35.61
%35.93

CMYK Percentages of Color #afdbdd

%21
%1
%0
%13

Triadic Colors of #afdbdd

#afdbdd #ddafdb #dbddaf

Analogous Colors of #afdbdd

#afdbdd #afc4dd #afddc8

Monochromatic Colors of #afdbdd

#afdbdd

Complementary Color

#afdbdd #ddb1af

#afdbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbdd Color CSS Codes

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

#afdbdd Text Font Color

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

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


#afdbdd Background Color

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

This div background color is #afdbdd


#afdbdd Border Color

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

This div border color is #afdbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbdd


Comments

No comments written yet.

Please login to write comment.