Color Hex Logo

#afddfe Color Hex

#AFDDFE
(175,221,254)
0 Favorites   0 Comments

Color spaces of #afddfe

RGB 175221254
HSL0.570.980.84
HSV205°31°100°
CMYK 0.310.130.00   0.00
XYZ61.425067.9826103.6504
Yxy67.98260.26360.2917
Hunter Lab82.4516-11.3108-16.8178
CIE-Lab85.9977-7.3584-20.8853

#afddfe color RGB value is (175,221,254).

#afddfe hex color red value is 175, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #afddfe hue: 0.57 , saturation: 0.98 and the lightness value of afddfe is 0.84.

The process color (four color CMYK) of #afddfe color hex is 0.31, 0.13, 0.00, 0.00. Web safe color of #afddfe is #99ccff. Color #afddfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 11111110
Octal 257 335 376
Decimal 175 221 254
Hex AF DD FE

RGB Percentages of Color #afddfe

%26.92
%34.00
%39.08

CMYK Percentages of Color #afddfe

%31
%13
%0
%0

Triadic Colors of #afddfe

#afddfe #feafdd #ddfeaf

Analogous Colors of #afddfe

#afddfe #afb6fe #affef8

Monochromatic Colors of #afddfe

#afddfe

Complementary Color

#afddfe #fed0af

#afddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddfe Color CSS Codes

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

#afddfe Text Font Color

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

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


#afddfe Background Color

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

This div background color is #afddfe


#afddfe Border Color

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

This div border color is #afddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddfe


Comments

No comments written yet.

Please login to write comment.