Color Hex Logo

#afeada Color Hex

#AFEADA
(175,234,218)
0 Favorites   0 Comments

Color spaces of #afeada

RGB 175234218
HSL0.450.580.80
HSV164°25°92°
CMYK 0.250.000.07   0.08
XYZ59.756973.021677.2747
Yxy73.02160.28450.3476
Hunter Lab85.4527-24.71756.2010
CIE-Lab88.4580-21.91211.7024

#afeada color RGB value is (175,234,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 11011010
Octal 257 352 332
Decimal 175 234 218
Hex AF EA DA

RGB Percentages of Color #afeada

%27.91
%37.32
%34.77

CMYK Percentages of Color #afeada

%25
%0
%7
%8

Triadic Colors of #afeada

#afeada #daafea #eadaaf

Analogous Colors of #afeada

#afeada #afddea #afeabd

Monochromatic Colors of #afeada

#afeada

Complementary Color

#afeada #eaafbf

#afeada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeada Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeada Color CSS Codes

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

#afeada Text Font Color

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

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


#afeada Background Color

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

This div background color is #afeada


#afeada Border Color

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

This div border color is #afeada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeada


Comments

No comments written yet.

Please login to write comment.