Color Hex Logo

#afdfea Color Hex

#AFDFEA
(175,223,234)
0 Favorites   0 Comments

Color spaces of #afdfea

RGB 175223234
HSL0.530.580.80
HSV191°25°92°
CMYK 0.250.050.00   0.08
XYZ58.918267.829887.8291
Yxy67.82980.27460.3161
Hunter Lab82.3588-16.4319-5.5768
CIE-Lab85.9213-12.9913-10.4493

#afdfea color RGB value is (175,223,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 11101010
Octal 257 337 352
Decimal 175 223 234
Hex AF DF EA

RGB Percentages of Color #afdfea

%27.69
%35.28
%37.03

CMYK Percentages of Color #afdfea

%25
%5
%0
%8

Triadic Colors of #afdfea

#afdfea #eaafdf #dfeaaf

Analogous Colors of #afdfea

#afdfea #afc2ea #afead8

Monochromatic Colors of #afdfea

#afdfea

Complementary Color

#afdfea #eabaaf

#afdfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfea Color CSS Codes

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

#afdfea Text Font Color

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

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


#afdfea Background Color

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

This div background color is #afdfea


#afdfea Border Color

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

This div border color is #afdfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfea

#afdfea Color Palettes


Comments

No comments written yet.

Please login to write comment.