Color Hex Logo

#afece5 Color Hex

#AFECE5
(175,236,229)
0 Favorites   0 Comments

Color spaces of #afece5

RGB 175236229
HSL0.480.620.81
HSV173°26°93°
CMYK 0.260.000.03   0.07
XYZ61.817574.762085.3011
Yxy74.76200.27860.3369
Hunter Lab86.4650-23.69662.0336
CIE-Lab89.2814-20.5932-2.8523

#afece5 color RGB value is (175,236,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 11100101
Octal 257 354 345
Decimal 175 236 229
Hex AF EC E5

RGB Percentages of Color #afece5

%27.34
%36.88
%35.78

CMYK Percentages of Color #afece5

%26
%0
%3
%7

Triadic Colors of #afece5

#afece5 #e5afec #ece5af

Analogous Colors of #afece5

#afece5 #afd5ec #afecc7

Monochromatic Colors of #afece5

#afece5

Complementary Color

#afece5 #ecafb6

#afece5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afece5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afece5 Color CSS Codes

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

#afece5 Text Font Color

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

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


#afece5 Background Color

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

This div background color is #afece5


#afece5 Border Color

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

This div border color is #afece5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afece5


Comments

No comments written yet.

Please login to write comment.