Color Hex Logo

#afecb0 Color Hex

#AFECB0
(175,236,176)
0 Favorites   0 Comments

Color spaces of #afecb0

RGB 175236176
HSL0.340.620.81
HSV121°26°93°
CMYK 0.260.000.25   0.07
XYZ55.511172.239552.0922
Yxy72.23950.30870.4017
Hunter Lab84.9938-32.157423.1572
CIE-Lab88.0837-30.693723.0316

#afecb0 color RGB value is (175,236,176).

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

The process color (four color CMYK) of #afecb0 color hex is 0.26, 0.00, 0.25, 0.07. Web safe color of #afecb0 is #99ff99. Color #afecb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10110000
Octal 257 354 260
Decimal 175 236 176
Hex AF EC B0

RGB Percentages of Color #afecb0

%29.81
%40.20
%29.98

CMYK Percentages of Color #afecb0

%26
%0
%25
%7

Triadic Colors of #afecb0

#afecb0 #b0afec #ecb0af

Analogous Colors of #afecb0

#afecb0 #afeccf #cdecaf

Monochromatic Colors of #afecb0

#afecb0

Complementary Color

#afecb0 #ecafeb

#afecb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecb0 Color CSS Codes

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

#afecb0 Text Font Color

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

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


#afecb0 Background Color

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

This div background color is #afecb0


#afecb0 Border Color

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

This div border color is #afecb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecb0


Comments

No comments written yet.

Please login to write comment.