Color Hex Logo

#afeeec Color Hex

#AFEEEC
(175,238,236)
0 Favorites   0 Comments

Color spaces of #afeeec

RGB 175238236
HSL0.490.650.81
HSV178°26°93°
CMYK 0.260.000.01   0.07
XYZ63.394176.319290.7467
Yxy76.31920.27510.3312
Hunter Lab87.3609-23.3516-0.4353
CIE-Lab90.0073-20.0703-5.4434

#afeeec color RGB value is (175,238,236).

#afeeec hex color red value is 175, green value is 238 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #afeeec hue: 0.49 , saturation: 0.65 and the lightness value of afeeec is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 11101100
Octal 257 356 354
Decimal 175 238 236
Hex AF EE EC

RGB Percentages of Color #afeeec

%26.96
%36.67
%36.36

CMYK Percentages of Color #afeeec

%26
%0
%1
%7

Triadic Colors of #afeeec

#afeeec #ecafee #eeecaf

Analogous Colors of #afeeec

#afeeec #afd1ee #afeecd

Monochromatic Colors of #afeeec

#afeeec

Complementary Color

#afeeec #eeafb1

#afeeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeeec Color CSS Codes

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

#afeeec Text Font Color

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

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


#afeeec Background Color

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

This div background color is #afeeec


#afeeec Border Color

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

This div border color is #afeeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeeec

#afeeec Color Palettes


Comments

No comments written yet.

Please login to write comment.