Color Hex Logo

#afccbe Color Hex

#AFCCBE
(175,204,190)
0 Favorites   0 Comments

Color spaces of #afccbe

RGB 175204190
HSL0.420.220.74
HSV151°14°80°
CMYK 0.140.000.07   0.20
XYZ48.566356.017456.9679
Yxy56.01740.30060.3467
Hunter Lab74.8448-15.15087.2629
CIE-Lab79.6237-12.43933.7099

#afccbe color RGB value is (175,204,190).

#afccbe hex color red value is 175, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #afccbe hue: 0.42 , saturation: 0.22 and the lightness value of afccbe is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 10111110
Octal 257 314 276
Decimal 175 204 190
Hex AF CC BE

RGB Percentages of Color #afccbe

%30.76
%35.85
%33.39

CMYK Percentages of Color #afccbe

%14
%0
%7
%20

Triadic Colors of #afccbe

#afccbe #beafcc #ccbeaf

Analogous Colors of #afccbe

#afccbe #afcccc #afccb0

Monochromatic Colors of #afccbe

#afccbe

Complementary Color

#afccbe #ccafbd

#afccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccbe Color CSS Codes

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

#afccbe Text Font Color

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

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


#afccbe Background Color

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

This div background color is #afccbe


#afccbe Border Color

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

This div border color is #afccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccbe


Comments

No comments written yet.

Please login to write comment.