Color Hex Logo

#afdfce Color Hex

#AFDFCE
(175,223,206)
0 Favorites   0 Comments

Color spaces of #afdfce

RGB 175223206
HSL0.440.430.78
HSV159°22°87°
CMYK 0.220.000.08   0.13
XYZ55.207566.345568.2887
Yxy66.34550.29080.3495
Hunter Lab81.4527-21.55767.3091
CIE-Lab85.1723-18.90793.2394

#afdfce color RGB value is (175,223,206).

#afdfce hex color red value is 175, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #afdfce hue: 0.44 , saturation: 0.43 and the lightness value of afdfce is 0.78.

The process color (four color CMYK) of #afdfce color hex is 0.22, 0.00, 0.08, 0.13. Web safe color of #afdfce is #99cccc. Color #afdfce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 11001110
Octal 257 337 316
Decimal 175 223 206
Hex AF DF CE

RGB Percentages of Color #afdfce

%28.97
%36.92
%34.11

CMYK Percentages of Color #afdfce

%22
%0
%8
%13

Triadic Colors of #afdfce

#afdfce #ceafdf #dfceaf

Analogous Colors of #afdfce

#afdfce #afd8df #afdfb6

Monochromatic Colors of #afdfce

#afdfce

Complementary Color

#afdfce #dfafc0

#afdfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfce Color CSS Codes

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

#afdfce Text Font Color

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

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


#afdfce Background Color

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

This div background color is #afdfce


#afdfce Border Color

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

This div border color is #afdfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfce


Comments

No comments written yet.

Please login to write comment.