Color Hex Logo

#afdfef Color Hex

#AFDFEF
(175,223,239)
0 Favorites   0 Comments

Color spaces of #afdfef

RGB 175223239
HSL0.540.670.81
HSV195°27°94°
CMYK 0.270.070.00   0.06
XYZ59.646968.121391.6664
Yxy68.12130.27180.3104
Hunter Lab82.5356-15.4389-8.0742
CIE-Lab86.0671-11.8693-12.8707

#afdfef color RGB value is (175,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 11101111
Octal 257 337 357
Decimal 175 223 239
Hex AF DF EF

RGB Percentages of Color #afdfef

%27.47
%35.01
%37.52

CMYK Percentages of Color #afdfef

%27
%7
%0
%6

Triadic Colors of #afdfef

#afdfef #efafdf #dfefaf

Analogous Colors of #afdfef

#afdfef #afbfef #afefdf

Monochromatic Colors of #afdfef

#afdfef

Complementary Color

#afdfef #efbfaf

#afdfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfef Color CSS Codes

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

#afdfef Text Font Color

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

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


#afdfef Background Color

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

This div background color is #afdfef


#afdfef Border Color

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

This div border color is #afdfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfef


Comments

No comments written yet.

Please login to write comment.