Color Hex Logo

#afeee7 Color Hex

#AFEEE7
(175,238,231)
0 Favorites   0 Comments

Color spaces of #afeee7

RGB 175238231
HSL0.480.650.81
HSV173°26°93°
CMYK 0.260.000.03   0.07
XYZ62.677576.032686.9736
Yxy76.03260.27770.3369
Hunter Lab87.1967-24.28731.8994
CIE-Lab89.8745-21.1499-3.0270

#afeee7 color RGB value is (175,238,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 11100111
Octal 257 356 347
Decimal 175 238 231
Hex AF EE E7

RGB Percentages of Color #afeee7

%27.17
%36.96
%35.87

CMYK Percentages of Color #afeee7

%26
%0
%3
%7

Triadic Colors of #afeee7

#afeee7 #e7afee #eee7af

Analogous Colors of #afeee7

#afeee7 #afd6ee #afeec8

Monochromatic Colors of #afeee7

#afeee7

Complementary Color

#afeee7 #eeafb6

#afeee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeee7 Color CSS Codes

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

#afeee7 Text Font Color

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

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


#afeee7 Background Color

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

This div background color is #afeee7


#afeee7 Border Color

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

This div border color is #afeee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeee7


Comments

No comments written yet.

Please login to write comment.