Color Hex Logo

#afeccf Color Hex

#AFECCF
(175,236,207)
0 Favorites   0 Comments

Color spaces of #afeccf

RGB 175236207
HSL0.420.620.81
HSV151°26°93°
CMYK 0.260.000.12   0.07
XYZ58.937173.609970.1333
Yxy73.60990.29080.3632
Hunter Lab85.7962-27.524111.5913
CIE-Lab88.7378-25.08587.8589

#afeccf color RGB value is (175,236,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 11001111
Octal 257 354 317
Decimal 175 236 207
Hex AF EC CF

RGB Percentages of Color #afeccf

%28.32
%38.19
%33.50

CMYK Percentages of Color #afeccf

%26
%0
%12
%7

Triadic Colors of #afeccf

#afeccf #cfafec #eccfaf

Analogous Colors of #afeccf

#afeccf #afebec #afecb1

Monochromatic Colors of #afeccf

#afeccf

Complementary Color

#afeccf #ecafcc

#afeccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeccf Color CSS Codes

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

#afeccf Text Font Color

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

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


#afeccf Background Color

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

This div background color is #afeccf


#afeccf Border Color

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

This div border color is #afeccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeccf


Comments

No comments written yet.

Please login to write comment.