Color Hex Logo

#afceca Color Hex

#AFCECA
(175,206,202)
0 Favorites   0 Comments

Color spaces of #afceca

RGB 175206202
HSL0.480.240.75
HSV172°15°81°
CMYK 0.150.000.02   0.19
XYZ50.411257.520864.3228
Yxy57.52080.29270.3339
Hunter Lab75.8425-14.07842.8053
CIE-Lab80.4716-11.0952-1.4849

#afceca color RGB value is (175,206,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11001010
Octal 257 316 312
Decimal 175 206 202
Hex AF CE CA

RGB Percentages of Color #afceca

%30.02
%35.33
%34.65

CMYK Percentages of Color #afceca

%15
%0
%2
%19

Triadic Colors of #afceca

#afceca #caafce #cecaaf

Analogous Colors of #afceca

#afceca #afc3ce #afcebb

Monochromatic Colors of #afceca

#afceca

Complementary Color

#afceca #ceafb3

#afceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afceca Color CSS Codes

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

#afceca Text Font Color

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

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


#afceca Background Color

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

This div background color is #afceca


#afceca Border Color

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

This div border color is #afceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afceca


Comments

No comments written yet.

Please login to write comment.