Color Hex Logo

#afdded Color Hex

#AFDDED
(175,221,237)
0 Favorites   0 Comments

Color spaces of #afdded

RGB 175221237
HSL0.540.630.81
HSV195°26°93°
CMYK 0.260.070.00   0.07
XYZ58.821766.941389.9415
Yxy66.94130.27270.3103
Hunter Lab81.8177-14.8508-7.9047
CIE-Lab85.4743-11.2975-12.7007

#afdded color RGB value is (175,221,237).

#afdded hex color red value is 175, green value is 221 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #afdded hue: 0.54 , saturation: 0.63 and the lightness value of afdded is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 11101101
Octal 257 335 355
Decimal 175 221 237
Hex AF DD ED

RGB Percentages of Color #afdded

%27.65
%34.91
%37.44

CMYK Percentages of Color #afdded

%26
%7
%0
%7

Triadic Colors of #afdded

#afdded #edafdd #ddedaf

Analogous Colors of #afdded

#afdded #afbeed #afedde

Monochromatic Colors of #afdded

#afdded

Complementary Color

#afdded #edbfaf

#afdded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdded Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdded Color CSS Codes

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

#afdded Text Font Color

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

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


#afdded Background Color

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

This div background color is #afdded


#afdded Border Color

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

This div border color is #afdded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdded

#afdded Color Palettes


Comments

No comments written yet.

Please login to write comment.