Color Hex Logo

#aff4dd Color Hex

#AFF4DD
(175,244,221)
0 Favorites   0 Comments

Color spaces of #aff4dd

RGB 175244221
HSL0.440.760.82
HSV160°28°96°
CMYK 0.280.000.09   0.04
XYZ63.081079.035880.3373
Yxy79.03580.28360.3553
Hunter Lab88.9021-28.92298.6534
CIE-Lab91.2505-26.14914.1907

#aff4dd color RGB value is (175,244,221).

#aff4dd hex color red value is 175, green value is 244 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aff4dd hue: 0.44 , saturation: 0.76 and the lightness value of aff4dd is 0.82.

The process color (four color CMYK) of #aff4dd color hex is 0.28, 0.00, 0.09, 0.04. Web safe color of #aff4dd is #99ffcc. Color #aff4dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110100 11011101
Octal 257 364 335
Decimal 175 244 221
Hex AF F4 DD

RGB Percentages of Color #aff4dd

%27.34
%38.13
%34.53

CMYK Percentages of Color #aff4dd

%28
%0
%9
%4

Triadic Colors of #aff4dd

#aff4dd #ddaff4 #f4ddaf

Analogous Colors of #aff4dd

#aff4dd #afe9f4 #aff4bb

Monochromatic Colors of #aff4dd

#aff4dd

Complementary Color

#aff4dd #f4afc6

#aff4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff4dd Color CSS Codes

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

#aff4dd Text Font Color

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

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


#aff4dd Background Color

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

This div background color is #aff4dd


#aff4dd Border Color

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

This div border color is #aff4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff4dd


Comments

No comments written yet.

Please login to write comment.