Color Hex Logo

#afdbcf Color Hex

#AFDBCF
(175,219,207)
0 Favorites   0 Comments

Color spaces of #afdbcf

RGB 175219207
HSL0.450.380.77
HSV164°20°86°
CMYK 0.200.000.05   0.14
XYZ54.273264.282068.5786
Yxy64.28200.29000.3435
Hunter Lab80.1761-19.47695.4095
CIE-Lab84.1124-16.70591.1699

#afdbcf color RGB value is (175,219,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11001111
Octal 257 333 317
Decimal 175 219 207
Hex AF DB CF

RGB Percentages of Color #afdbcf

%29.12
%36.44
%34.44

CMYK Percentages of Color #afdbcf

%20
%0
%5
%14

Triadic Colors of #afdbcf

#afdbcf #cfafdb #dbcfaf

Analogous Colors of #afdbcf

#afdbcf #afd1db #afdbb9

Monochromatic Colors of #afdbcf

#afdbcf

Complementary Color

#afdbcf #dbafbb

#afdbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbcf Color CSS Codes

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

#afdbcf Text Font Color

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

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


#afdbcf Background Color

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

This div background color is #afdbcf


#afdbcf Border Color

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

This div border color is #afdbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbcf

#afdbcf Color Palettes


Comments

No comments written yet.

Please login to write comment.