Color Hex Logo

#afefee Color Hex

#AFEFEE
(175,239,238)
0 Favorites   0 Comments

Color spaces of #afefee

RGB 175239238
HSL0.500.670.81
HSV179°27°94°
CMYK 0.270.000.00   0.06
XYZ63.978377.020092.3833
Yxy77.02000.27410.3300
Hunter Lab87.7610-23.4543-0.9800
CIE-Lab90.3308-20.1268-6.0105

#afefee color RGB value is (175,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 11101110
Octal 257 357 356
Decimal 175 239 238
Hex AF EF EE

RGB Percentages of Color #afefee

%26.84
%36.66
%36.50

CMYK Percentages of Color #afefee

%27
%0
%0
%6

Triadic Colors of #afefee

#afefee #eeafef #efeeaf

Analogous Colors of #afefee

#afefee #afd0ef #afefce

Monochromatic Colors of #afefee

#afefee

Complementary Color

#afefee #efafb0

#afefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefee Color CSS Codes

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

#afefee Text Font Color

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

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


#afefee Background Color

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

This div background color is #afefee


#afefee Border Color

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

This div border color is #afefee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefee


Comments

No comments written yet.

Please login to write comment.