Color Hex Logo

#afecd2 Color Hex

#AFECD2
(175,236,210)
0 Favorites   0 Comments

Color spaces of #afecd2

RGB 175236210
HSL0.430.620.81
HSV154°26°93°
CMYK 0.260.000.11   0.07
XYZ59.307573.758072.0837
Yxy73.75800.28910.3595
Hunter Lab85.8825-27.028310.3539
CIE-Lab88.8080-24.49716.3934

#afecd2 color RGB value is (175,236,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 11010010
Octal 257 354 322
Decimal 175 236 210
Hex AF EC D2

RGB Percentages of Color #afecd2

%28.18
%38.00
%33.82

CMYK Percentages of Color #afecd2

%26
%0
%11
%7

Triadic Colors of #afecd2

#afecd2 #d2afec #ecd2af

Analogous Colors of #afecd2

#afecd2 #afe8ec #afecb4

Monochromatic Colors of #afecd2

#afecd2

Complementary Color

#afecd2 #ecafc9

#afecd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecd2 Color CSS Codes

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

#afecd2 Text Font Color

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

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


#afecd2 Background Color

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

This div background color is #afecd2


#afecd2 Border Color

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

This div border color is #afecd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecd2


Comments

No comments written yet.

Please login to write comment.