Color Hex Logo

#afdcbc Color Hex

#AFDCBC
(175,220,188)
0 Favorites   0 Comments

Color spaces of #afdcbc

RGB 175220188
HSL0.380.390.77
HSV137°20°86°
CMYK 0.200.000.15   0.14
XYZ52.349563.931257.1578
Yxy63.93120.30180.3686
Hunter Lab79.9570-23.057113.5860
CIE-Lab83.9299-20.879510.9556

#afdcbc color RGB value is (175,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 10111100
Octal 257 334 274
Decimal 175 220 188
Hex AF DC BC

RGB Percentages of Color #afdcbc

%30.02
%37.74
%32.25

CMYK Percentages of Color #afdcbc

%20
%0
%15
%14

Triadic Colors of #afdcbc

#afdcbc #bcafdc #dcbcaf

Analogous Colors of #afdcbc

#afdcbc #afdcd3 #b9dcaf

Monochromatic Colors of #afdcbc

#afdcbc

Complementary Color

#afdcbc #dcafcf

#afdcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcbc Color CSS Codes

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

#afdcbc Text Font Color

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

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


#afdcbc Background Color

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

This div background color is #afdcbc


#afdcbc Border Color

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

This div border color is #afdcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcbc


Comments

No comments written yet.

Please login to write comment.