Color Hex Logo

#aff4eb Color Hex

#AFF4EB
(175,244,235)
0 Favorites   0 Comments

Color spaces of #aff4eb

RGB 175244235
HSL0.480.760.82
HSV172°28°96°
CMYK 0.280.000.04   0.04
XYZ65.025379.813590.5756
Yxy79.81350.27620.3390
Hunter Lab89.3384-26.42032.4258
CIE-Lab91.6011-23.2248-2.5772

#aff4eb color RGB value is (175,244,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110100 11101011
Octal 257 364 353
Decimal 175 244 235
Hex AF F4 EB

RGB Percentages of Color #aff4eb

%26.76
%37.31
%35.93

CMYK Percentages of Color #aff4eb

%28
%0
%4
%4

Triadic Colors of #aff4eb

#aff4eb #ebaff4 #f4ebaf

Analogous Colors of #aff4eb

#aff4eb #afdbf4 #aff4c9

Monochromatic Colors of #aff4eb

#aff4eb

Complementary Color

#aff4eb #f4afb8

#aff4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff4eb Color CSS Codes

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

#aff4eb Text Font Color

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

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


#aff4eb Background Color

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

This div background color is #aff4eb


#aff4eb Border Color

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

This div border color is #aff4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff4eb

Related Colors


Comments

No comments written yet.

Please login to write comment.