Color Hex Logo

#afeeea Color Hex

#AFEEEA
(175,238,234)
0 Favorites   0 Comments

Color spaces of #afeeea

RGB 175238234
HSL0.490.650.81
HSV176°26°93°
CMYK 0.260.000.02   0.07
XYZ63.105076.203589.2247
Yxy76.20350.27610.3334
Hunter Lab87.2946-23.72850.5053
CIE-Lab89.9537-20.5044-4.4777

#afeeea color RGB value is (175,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 11101010
Octal 257 356 352
Decimal 175 238 234
Hex AF EE EA

RGB Percentages of Color #afeeea

%27.05
%36.79
%36.17

CMYK Percentages of Color #afeeea

%26
%0
%2
%7

Triadic Colors of #afeeea

#afeeea #eaafee #eeeaaf

Analogous Colors of #afeeea

#afeeea #afd3ee #afeecb

Monochromatic Colors of #afeeea

#afeeea

Complementary Color

#afeeea #eeafb3

#afeeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeeea Color CSS Codes

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

#afeeea Text Font Color

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

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


#afeeea Background Color

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

This div background color is #afeeea


#afeeea Border Color

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

This div border color is #afeeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeeea


Comments

No comments written yet.

Please login to write comment.