Color Hex Logo

#afc5cb Color Hex

#AFC5CB
(175,197,203)
0 Favorites   0 Comments

Color spaces of #afc5cb

RGB 175197203
HSL0.540.210.74
HSV193°14°80°
CMYK 0.140.030.00   0.20
XYZ48.424953.358364.2468
Yxy53.35830.29170.3214
Hunter Lab73.0468-9.4988-1.0146
CIE-Lab78.0861-6.1998-5.5318

#afc5cb color RGB value is (175,197,203).

#afc5cb hex color red value is 175, green value is 197 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #afc5cb hue: 0.54 , saturation: 0.21 and the lightness value of afc5cb is 0.74.

The process color (four color CMYK) of #afc5cb color hex is 0.14, 0.03, 0.00, 0.20. Web safe color of #afc5cb is #99cccc. Color #afc5cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 11001011
Octal 257 305 313
Decimal 175 197 203
Hex AF C5 CB

RGB Percentages of Color #afc5cb

%30.43
%34.26
%35.30

CMYK Percentages of Color #afc5cb

%14
%3
%0
%20

Triadic Colors of #afc5cb

#afc5cb #cbafc5 #c5cbaf

Analogous Colors of #afc5cb

#afc5cb #afb7cb #afcbc3

Monochromatic Colors of #afc5cb

#afc5cb

Complementary Color

#afc5cb #cbb5af

#afc5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc5cb Color CSS Codes

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

#afc5cb Text Font Color

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

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


#afc5cb Background Color

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

This div background color is #afc5cb


#afc5cb Border Color

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

This div border color is #afc5cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc5cb


Comments

No comments written yet.

Please login to write comment.