Color Hex Logo

#afdaea Color Hex

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

Color spaces of #afdaea

RGB 175218234
HSL0.550.580.80
HSV196°25°92°
CMYK 0.250.070.00   0.08
XYZ57.601965.197387.3903
Yxy65.19730.27400.3102
Hunter Lab80.7448-13.9648-7.6483
CIE-Lab84.5853-10.4316-12.4421

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

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

The process color (four color CMYK) of #afdaea color hex is 0.25, 0.07, 0.00, 0.08. Web safe color of #afdaea is #99ccff. Color #afdaea contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #afdaea

%27.91
%34.77
%37.32

CMYK Percentages of Color #afdaea

%25
%7
%0
%8

Triadic Colors of #afdaea

#afdaea #eaafda #daeaaf

Analogous Colors of #afdaea

#afdaea #afbdea #afeadd

Monochromatic Colors of #afdaea

#afdaea

Complementary Color

#afdaea #eabfaf

#afdaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdaea Color CSS Codes

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

#afdaea Text Font Color

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

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


#afdaea Background Color

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

This div background color is #afdaea


#afdaea Border Color

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

This div border color is #afdaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdaea


Comments

No comments written yet.

Please login to write comment.