Color Hex Logo

#afcecc Color Hex

#AFCECC
(175,206,204)
0 Favorites   0 Comments

Color spaces of #afcecc

RGB 175206204
HSL0.490.240.75
HSV176°15°81°
CMYK 0.150.000.01   0.19
XYZ50.649657.616265.5783
Yxy57.61620.29140.3314
Hunter Lab75.9053-13.72611.9102
CIE-Lab80.5249-10.6880-2.4778

#afcecc color RGB value is (175,206,204).

#afcecc hex color red value is 175, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #afcecc hue: 0.49 , saturation: 0.24 and the lightness value of afcecc is 0.75.

The process color (four color CMYK) of #afcecc color hex is 0.15, 0.00, 0.01, 0.19. Web safe color of #afcecc is #99cccc. Color #afcecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11001100
Octal 257 316 314
Decimal 175 206 204
Hex AF CE CC

RGB Percentages of Color #afcecc

%29.91
%35.21
%34.87

CMYK Percentages of Color #afcecc

%15
%0
%1
%19

Triadic Colors of #afcecc

#afcecc #ccafce #ceccaf

Analogous Colors of #afcecc

#afcecc #afc1ce #afcebd

Monochromatic Colors of #afcecc

#afcecc

Complementary Color

#afcecc #ceafb1

#afcecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcecc Color CSS Codes

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

#afcecc Text Font Color

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

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


#afcecc Background Color

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

This div background color is #afcecc


#afcecc Border Color

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

This div border color is #afcecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,206,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 #afcecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcecc


Comments

No comments written yet.

Please login to write comment.