Color Hex Logo

#aff3ec Color Hex

#AFF3EC
(175,243,236)
0 Favorites   0 Comments

Color spaces of #aff3ec

RGB 175243236
HSL0.480.740.82
HSV174°28°95°
CMYK 0.280.000.03   0.05
XYZ64.870179.271391.2387
Yxy79.27130.27560.3368
Hunter Lab89.0344-25.75591.5662
CIE-Lab91.3569-22.5230-3.4561

#aff3ec color RGB value is (175,243,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 11101100
Octal 257 363 354
Decimal 175 243 236
Hex AF F3 EC

RGB Percentages of Color #aff3ec

%26.76
%37.16
%36.09

CMYK Percentages of Color #aff3ec

%28
%0
%3
%5

Triadic Colors of #aff3ec

#aff3ec #ecaff3 #f3ecaf

Analogous Colors of #aff3ec

#aff3ec #afd8f3 #aff3ca

Monochromatic Colors of #aff3ec

#aff3ec

Complementary Color

#aff3ec #f3afb6

#aff3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff3ec Color CSS Codes

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

#aff3ec Text Font Color

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

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


#aff3ec Background Color

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

This div background color is #aff3ec


#aff3ec Border Color

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

This div border color is #aff3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff3ec


Comments

No comments written yet.

Please login to write comment.