Color Hex Logo

#afffee Color Hex

#AFFFEE
(175,255,238)
1 Favorites   0 Comments

Color spaces of #afffee

RGB 175255238
HSL0.461.000.84
HSV167°31°100°
CMYK 0.310.000.07   0.00
XYZ68.871886.807094.0144
Yxy86.80700.27580.3477
Hunter Lab93.1703-31.10015.3920
CIE-Lab94.6563-27.87250.3395

#afffee color RGB value is (175,255,238).

#afffee hex color red value is 175, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #afffee hue: 0.46 , saturation: 1.00 and the lightness value of afffee is 0.84.

The process color (four color CMYK) of #afffee color hex is 0.31, 0.00, 0.07, 0.00. Web safe color of #afffee is #99ffff. Color #afffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 11101110
Octal 257 377 356
Decimal 175 255 238
Hex AF FF EE

RGB Percentages of Color #afffee

%26.20
%38.17
%35.63

CMYK Percentages of Color #afffee

%31
%0
%7
%0

Triadic Colors of #afffee

#afffee #eeafff #ffeeaf

Analogous Colors of #afffee

#afffee #afe8ff #afffc6

Monochromatic Colors of #afffee

#afffee

Complementary Color

#afffee #ffafc0

#afffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffee Color CSS Codes

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

#afffee Text Font Color

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

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


#afffee Background Color

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

This div background color is #afffee


#afffee Border Color

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

This div border color is #afffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffee


Comments

No comments written yet.

Please login to write comment.