Color Hex Logo

#afdbcd Color Hex

#AFDBCD
(175,219,205)
0 Favorites   0 Comments

Color spaces of #afdbcd

RGB 175219205
HSL0.450.380.77
HSV161°20°86°
CMYK 0.200.000.06   0.14
XYZ54.030264.184867.2988
Yxy64.18480.29120.3460
Hunter Lab80.1154-19.82086.2758
CIE-Lab84.0619-17.10832.1560

#afdbcd color RGB value is (175,219,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11001101
Octal 257 333 315
Decimal 175 219 205
Hex AF DB CD

RGB Percentages of Color #afdbcd

%29.22
%36.56
%34.22

CMYK Percentages of Color #afdbcd

%20
%0
%6
%14

Triadic Colors of #afdbcd

#afdbcd #cdafdb #dbcdaf

Analogous Colors of #afdbcd

#afdbcd #afd3db #afdbb7

Monochromatic Colors of #afdbcd

#afdbcd

Complementary Color

#afdbcd #dbafbd

#afdbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbcd Color CSS Codes

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

#afdbcd Text Font Color

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

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


#afdbcd Background Color

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

This div background color is #afdbcd


#afdbcd Border Color

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

This div border color is #afdbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbcd


Comments

No comments written yet.

Please login to write comment.