Color Hex Logo

#afedcf Color Hex

#AFEDCF
(175,237,207)
0 Favorites   0 Comments

Color spaces of #afedcf

RGB 175237207
HSL0.420.630.81
HSV151°26°93°
CMYK 0.260.000.13   0.07
XYZ59.225974.187370.2295
Yxy74.18730.29080.3643
Hunter Lab86.1320-27.991411.9491
CIE-Lab89.0109-25.56798.2509

#afedcf color RGB value is (175,237,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 11001111
Octal 257 355 317
Decimal 175 237 207
Hex AF ED CF

RGB Percentages of Color #afedcf

%28.27
%38.29
%33.44

CMYK Percentages of Color #afedcf

%26
%0
%13
%7

Triadic Colors of #afedcf

#afedcf #cfafed #edcfaf

Analogous Colors of #afedcf

#afedcf #afeced #afedb0

Monochromatic Colors of #afedcf

#afedcf

Complementary Color

#afedcf #edafcd

#afedcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afedcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afedcf Color CSS Codes

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

#afedcf Text Font Color

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

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


#afedcf Background Color

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

This div background color is #afedcf


#afedcf Border Color

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

This div border color is #afedcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,237,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 #afedcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afedcf


Comments

No comments written yet.

Please login to write comment.