Color Hex Logo

#afecca Color Hex

#AFECCA
(175,236,202)
0 Favorites   0 Comments

Color spaces of #afecca

RGB 175236202
HSL0.410.620.81
HSV147°26°93°
CMYK 0.260.000.14   0.07
XYZ58.335373.369166.9642
Yxy73.36910.29360.3693
Hunter Lab85.6558-28.331313.6071
CIE-Lab88.6235-26.049210.3036

#afecca color RGB value is (175,236,202).

#afecca hex color red value is 175, green value is 236 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #afecca hue: 0.41 , saturation: 0.62 and the lightness value of afecca is 0.81.

The process color (four color CMYK) of #afecca color hex is 0.26, 0.00, 0.14, 0.07. Web safe color of #afecca is #99ffcc. Color #afecca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 11001010
Octal 257 354 312
Decimal 175 236 202
Hex AF EC CA

RGB Percentages of Color #afecca

%28.55
%38.50
%32.95

CMYK Percentages of Color #afecca

%26
%0
%14
%7

Triadic Colors of #afecca

#afecca #caafec #eccaaf

Analogous Colors of #afecca

#afecca #afece9 #b3ecaf

Monochromatic Colors of #afecca

#afecca

Complementary Color

#afecca #ecafd1

#afecca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecca Color CSS Codes

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

#afecca Text Font Color

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

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


#afecca Background Color

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

This div background color is #afecca


#afecca Border Color

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

This div border color is #afecca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecca


Comments

No comments written yet.

Please login to write comment.