Color Hex Logo

#afd2ea Color Hex

#AFD2EA
(175,210,234)
0 Favorites   0 Comments

Color spaces of #afd2ea

RGB 175210234
HSL0.570.580.80
HSV204°25°92°
CMYK 0.250.100.00   0.08
XYZ55.577161.147786.7154
Yxy61.14770.27320.3006
Hunter Lab78.1970-9.9791-11.0109
CIE-Lab82.4581-6.2796-15.6300

#afd2ea color RGB value is (175,210,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 11101010
Octal 257 322 352
Decimal 175 210 234
Hex AF D2 EA

RGB Percentages of Color #afd2ea

%28.27
%33.93
%37.80

CMYK Percentages of Color #afd2ea

%25
%10
%0
%8

Triadic Colors of #afd2ea

#afd2ea #eaafd2 #d2eaaf

Analogous Colors of #afd2ea

#afd2ea #afb5ea #afeae5

Monochromatic Colors of #afd2ea

#afd2ea

Complementary Color

#afd2ea #eac7af

#afd2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd2ea Color CSS Codes

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

#afd2ea Text Font Color

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

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


#afd2ea Background Color

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

This div background color is #afd2ea


#afd2ea Border Color

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

This div border color is #afd2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd2ea

#afd2ea Color Palettes


Comments

No comments written yet.

Please login to write comment.