Color Hex Logo

#afdfed Color Hex

#AFDFED
(175,223,237)
0 Favorites   0 Comments

Color spaces of #afdfed

RGB 175223237
HSL0.540.630.81
HSV194°26°93°
CMYK 0.260.060.00   0.07
XYZ59.352968.003790.1186
Yxy68.00370.27290.3127
Hunter Lab82.4644-15.8390-7.0682
CIE-Lab86.0083-12.3205-11.9031

#afdfed color RGB value is (175,223,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 11101101
Octal 257 337 355
Decimal 175 223 237
Hex AF DF ED

RGB Percentages of Color #afdfed

%27.56
%35.12
%37.32

CMYK Percentages of Color #afdfed

%26
%6
%0
%7

Triadic Colors of #afdfed

#afdfed #edafdf #dfedaf

Analogous Colors of #afdfed

#afdfed #afc0ed #afeddc

Monochromatic Colors of #afdfed

#afdfed

Complementary Color

#afdfed #edbdaf

#afdfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfed Color CSS Codes

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

#afdfed Text Font Color

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

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


#afdfed Background Color

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

This div background color is #afdfed


#afdfed Border Color

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

This div border color is #afdfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfed

#afdfed Color Palettes


Comments

No comments written yet.

Please login to write comment.