Color Hex Logo

#afc7ce Color Hex

#AFC7CE
(175,199,206)
0 Favorites   0 Comments

Color spaces of #afc7ce

RGB 175199206
HSL0.540.240.75
HSV194°15°81°
CMYK 0.150.030.00   0.19
XYZ49.243254.417066.3007
Yxy54.41700.28970.3202
Hunter Lab73.7679-9.9374-1.6508
CIE-Lab78.7043-6.6275-6.2349

#afc7ce color RGB value is (175,199,206).

#afc7ce hex color red value is 175, green value is 199 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #afc7ce hue: 0.54 , saturation: 0.24 and the lightness value of afc7ce is 0.75.

The process color (four color CMYK) of #afc7ce color hex is 0.15, 0.03, 0.00, 0.19. Web safe color of #afc7ce is #99cccc. Color #afc7ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 11001110
Octal 257 307 316
Decimal 175 199 206
Hex AF C7 CE

RGB Percentages of Color #afc7ce

%30.17
%34.31
%35.52

CMYK Percentages of Color #afc7ce

%15
%3
%0
%19

Triadic Colors of #afc7ce

#afc7ce #ceafc7 #c7ceaf

Analogous Colors of #afc7ce

#afc7ce #afb8ce #afcec6

Monochromatic Colors of #afc7ce

#afc7ce

Complementary Color

#afc7ce #ceb6af

#afc7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc7ce Color CSS Codes

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

#afc7ce Text Font Color

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

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


#afc7ce Background Color

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

This div background color is #afc7ce


#afc7ce Border Color

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

This div border color is #afc7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc7ce

#afc7ce Color Palettes


Comments

No comments written yet.

Please login to write comment.