Color Hex Logo

#afdcce Color Hex

#AFDCCE
(175,220,206)
0 Favorites   0 Comments

Color spaces of #afdcce

RGB 175220206
HSL0.450.390.77
HSV161°20°86°
CMYK 0.200.000.06   0.14
XYZ54.413064.756668.0239
Yxy64.75660.29070.3459
Hunter Lab80.4715-20.12746.2112
CIE-Lab84.3582-17.40942.0571

#afdcce color RGB value is (175,220,206).

#afdcce hex color red value is 175, green value is 220 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #afdcce hue: 0.45 , saturation: 0.39 and the lightness value of afdcce is 0.77.

The process color (four color CMYK) of #afdcce color hex is 0.20, 0.00, 0.06, 0.14. Web safe color of #afdcce is #99cccc. Color #afdcce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 11001110
Octal 257 334 316
Decimal 175 220 206
Hex AF DC CE

RGB Percentages of Color #afdcce

%29.12
%36.61
%34.28

CMYK Percentages of Color #afdcce

%20
%0
%6
%14

Triadic Colors of #afdcce

#afdcce #ceafdc #dcceaf

Analogous Colors of #afdcce

#afdcce #afd4dc #afdcb8

Monochromatic Colors of #afdcce

#afdcce

Complementary Color

#afdcce #dcafbd

#afdcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcce Color CSS Codes

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

#afdcce Text Font Color

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

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


#afdcce Background Color

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

This div background color is #afdcce


#afdcce Border Color

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

This div border color is #afdcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcce


Comments

No comments written yet.

Please login to write comment.