Color Hex Logo

#afdbcb Color Hex

#AFDBCB
(175,219,203)
0 Favorites   0 Comments

Color spaces of #afdbcb

RGB 175219203
HSL0.440.380.77
HSV158°20°86°
CMYK 0.200.000.07   0.14
XYZ53.790264.088866.0352
Yxy64.08880.29250.3485
Hunter Lab80.0555-20.16097.1324
CIE-Lab84.0120-17.50733.1430

#afdbcb color RGB value is (175,219,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11001011
Octal 257 333 313
Decimal 175 219 203
Hex AF DB CB

RGB Percentages of Color #afdbcb

%29.31
%36.68
%34.00

CMYK Percentages of Color #afdbcb

%20
%0
%7
%14

Triadic Colors of #afdbcb

#afdbcb #cbafdb #dbcbaf

Analogous Colors of #afdbcb

#afdbcb #afd5db #afdbb5

Monochromatic Colors of #afdbcb

#afdbcb

Complementary Color

#afdbcb #dbafbf

#afdbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbcb Color CSS Codes

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

#afdbcb Text Font Color

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

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


#afdbcb Background Color

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

This div background color is #afdbcb


#afdbcb Border Color

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

This div border color is #afdbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbcb


Comments

No comments written yet.

Please login to write comment.