Color Hex Logo

#afefdf Color Hex

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

Color spaces of #afefdf

RGB 175239223
HSL0.460.670.81
HSV165°27°94°
CMYK 0.270.000.07   0.06
XYZ61.865076.174781.2546
Yxy76.17470.28210.3474
Hunter Lab87.2781-26.21135.8966
CIE-Lab89.9404-23.32281.2467

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

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

The process color (four color CMYK) of #afefdf color hex is 0.27, 0.00, 0.07, 0.06. Web safe color of #afefdf is #99ffcc. Color #afefdf contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #afefdf

%27.47
%37.52
%35.01

CMYK Percentages of Color #afefdf

%27
%0
%7
%6

Triadic Colors of #afefdf

#afefdf #dfafef #efdfaf

Analogous Colors of #afefdf

#afefdf #afdfef #afefbf

Monochromatic Colors of #afefdf

#afefdf

Complementary Color

#afefdf #efafbf

#afefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefdf Color CSS Codes

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

#afefdf Text Font Color

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

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


#afefdf Background Color

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

This div background color is #afefdf


#afefdf Border Color

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

This div border color is #afefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefdf


Comments

No comments written yet.

Please login to write comment.