Color Hex Logo

#affee4 Color Hex

#AFFEE4
(175,254,228)
0 Favorites   0 Comments

Color spaces of #affee4

RGB 175254228
HSL0.450.980.84
HSV160°31°100°
CMYK 0.310.000.10   0.00
XYZ67.124685.599086.3832
Yxy85.59900.28070.3580
Hunter Lab92.5197-32.40489.4063
CIE-Lab94.1406-29.47994.7493

#affee4 color RGB value is (175,254,228).

#affee4 hex color red value is 175, green value is 254 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #affee4 hue: 0.45 , saturation: 0.98 and the lightness value of affee4 is 0.84.

The process color (four color CMYK) of #affee4 color hex is 0.31, 0.00, 0.10, 0.00. Web safe color of #affee4 is #99ffcc. Color #affee4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 11100100
Octal 257 376 344
Decimal 175 254 228
Hex AF FE E4

RGB Percentages of Color #affee4

%26.64
%38.66
%34.70

CMYK Percentages of Color #affee4

%31
%0
%10
%0

Triadic Colors of #affee4

#affee4 #e4affe #fee4af

Analogous Colors of #affee4

#affee4 #aff1fe #affebd

Monochromatic Colors of #affee4

#affee4

Complementary Color

#affee4 #feafc9

#affee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affee4 Color CSS Codes

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

#affee4 Text Font Color

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

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


#affee4 Background Color

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

This div background color is #affee4


#affee4 Border Color

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

This div border color is #affee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affee4

Related Colors


Comments

No comments written yet.

Please login to write comment.