Color Hex Logo

#afd7ea Color Hex

#AFD7EA
(175,215,234)
1 Favorites   0 Comments

Color spaces of #afd7ea

RGB 175215234
HSL0.550.580.80
HSV199°25°92°
CMYK 0.250.080.00   0.08
XYZ56.830963.655487.1333
Yxy63.65540.27370.3066
Hunter Lab79.7843-12.4759-8.9022
CIE-Lab83.7860-8.8828-13.6378

#afd7ea color RGB value is (175,215,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 11101010
Octal 257 327 352
Decimal 175 215 234
Hex AF D7 EA

RGB Percentages of Color #afd7ea

%28.04
%34.46
%37.50

CMYK Percentages of Color #afd7ea

%25
%8
%0
%8

Triadic Colors of #afd7ea

#afd7ea #eaafd7 #d7eaaf

Analogous Colors of #afd7ea

#afd7ea #afbaea #afeae0

Monochromatic Colors of #afd7ea

#afd7ea

Complementary Color

#afd7ea #eac2af

#afd7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd7ea Color CSS Codes

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

#afd7ea Text Font Color

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

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


#afd7ea Background Color

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

This div background color is #afd7ea


#afd7ea Border Color

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

This div border color is #afd7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd7ea

#afd7ea Color Palettes


Comments

No comments written yet.

Please login to write comment.