Color Hex Logo

#afdccc Color Hex

#AFDCCC
(175,220,204)
0 Favorites   0 Comments

Color spaces of #afdccc

RGB 175220204
HSL0.440.390.77
HSV159°20°86°
CMYK 0.200.000.07   0.14
XYZ54.171564.660066.7522
Yxy64.66000.29190.3484
Hunter Lab80.4114-20.46837.0694
CIE-Lab84.3082-17.80933.0432

#afdccc color RGB value is (175,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 11001100
Octal 257 334 314
Decimal 175 220 204
Hex AF DC CC

RGB Percentages of Color #afdccc

%29.22
%36.73
%34.06

CMYK Percentages of Color #afdccc

%20
%0
%7
%14

Triadic Colors of #afdccc

#afdccc #ccafdc #dcccaf

Analogous Colors of #afdccc

#afdccc #afd6dc #afdcb6

Monochromatic Colors of #afdccc

#afdccc

Complementary Color

#afdccc #dcafbf

#afdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdccc Color CSS Codes

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

#afdccc Text Font Color

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

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


#afdccc Background Color

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

This div background color is #afdccc


#afdccc Border Color

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

This div border color is #afdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdccc


Comments

No comments written yet.

Please login to write comment.