Color Hex Logo

#afecda Color Hex

#AFECDA
(175,236,218)
0 Favorites   0 Comments

Color spaces of #afecda

RGB 175236218
HSL0.450.620.81
HSV162°26°93°
CMYK 0.260.000.08   0.07
XYZ60.329574.166877.4656
Yxy74.16680.28460.3499
Hunter Lab86.1201-25.66626.9524
CIE-Lab89.0013-22.88992.4922

#afecda color RGB value is (175,236,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 11011010
Octal 257 354 332
Decimal 175 236 218
Hex AF EC DA

RGB Percentages of Color #afecda

%27.82
%37.52
%34.66

CMYK Percentages of Color #afecda

%26
%0
%8
%7

Triadic Colors of #afecda

#afecda #daafec #ecdaaf

Analogous Colors of #afecda

#afecda #afe0ec #afecbc

Monochromatic Colors of #afecda

#afecda

Complementary Color

#afecda #ecafc1

#afecda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecda Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecda Color CSS Codes

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

#afecda Text Font Color

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

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


#afecda Background Color

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

This div background color is #afecda


#afecda Border Color

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

This div border color is #afecda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecda


Comments

No comments written yet.

Please login to write comment.