Color Hex Logo

#afdbde Color Hex

#AFDBDE
(175,219,222)
0 Favorites   0 Comments

Color spaces of #afdbde

RGB 175219222
HSL0.510.420.78
HSV184°21°87°
CMYK 0.210.010.00   0.13
XYZ56.195565.050978.7015
Yxy65.05090.28110.3253
Hunter Lab80.6541-16.7755-1.3967
CIE-Lab84.5100-13.5789-6.1959

#afdbde color RGB value is (175,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11011110
Octal 257 333 336
Decimal 175 219 222
Hex AF DB DE

RGB Percentages of Color #afdbde

%28.41
%35.55
%36.04

CMYK Percentages of Color #afdbde

%21
%1
%0
%13

Triadic Colors of #afdbde

#afdbde #deafdb #dbdeaf

Analogous Colors of #afdbde

#afdbde #afc4de #afdeca

Monochromatic Colors of #afdbde

#afdbde

Complementary Color

#afdbde #deb2af

#afdbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbde Color CSS Codes

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

#afdbde Text Font Color

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

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


#afdbde Background Color

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

This div background color is #afdbde


#afdbde Border Color

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

This div border color is #afdbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbde


Comments

No comments written yet.

Please login to write comment.