Color Hex Logo

#afb8ce Color Hex

#AFB8CE
(175,184,206)
0 Favorites   0 Comments

Color spaces of #afb8ce

RGB 175184206
HSL0.620.240.75
HSV223°15°81°
CMYK 0.150.110.00   0.19
XYZ45.960347.851265.2064
Yxy47.85120.28900.3009
Hunter Lab69.1746-2.4582-7.4667
CIE-Lab74.73101.3686-12.1475

#afb8ce color RGB value is (175,184,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 11001110
Octal 257 270 316
Decimal 175 184 206
Hex AF B8 CE

RGB Percentages of Color #afb8ce

%30.97
%32.57
%36.46

CMYK Percentages of Color #afb8ce

%15
%11
%0
%19

Triadic Colors of #afb8ce

#afb8ce #ceafb8 #b8ceaf

Analogous Colors of #afb8ce

#afb8ce #b6afce #afc8ce

Monochromatic Colors of #afb8ce

#afb8ce

Complementary Color

#afb8ce #cec5af

#afb8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb8ce Color CSS Codes

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

#afb8ce Text Font Color

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

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


#afb8ce Background Color

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

This div background color is #afb8ce


#afb8ce Border Color

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

This div border color is #afb8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb8ce


Comments

No comments written yet.

Please login to write comment.