Color Hex Logo

#afb4ce Color Hex

#AFB4CE
(175,180,206)
0 Favorites   0 Comments

Color spaces of #afb4ce

RGB 175180206
HSL0.640.240.75
HSV230°15°81°
CMYK 0.150.130.00   0.19
XYZ45.141046.212764.9333
Yxy46.21270.28880.2957
Hunter Lab67.9799-0.4347-9.0469
CIE-Lab73.68333.5384-13.7181

#afb4ce color RGB value is (175,180,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 11001110
Octal 257 264 316
Decimal 175 180 206
Hex AF B4 CE

RGB Percentages of Color #afb4ce

%31.19
%32.09
%36.72

CMYK Percentages of Color #afb4ce

%15
%13
%0
%19

Triadic Colors of #afb4ce

#afb4ce #ceafb4 #b4ceaf

Analogous Colors of #afb4ce

#afb4ce #baafce #afc4ce

Monochromatic Colors of #afb4ce

#afb4ce

Complementary Color

#afb4ce #cec9af

#afb4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb4ce Color CSS Codes

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

#afb4ce Text Font Color

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

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


#afb4ce Background Color

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

This div background color is #afb4ce


#afb4ce Border Color

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

This div border color is #afb4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb4ce

#afb4ce Color Palettes


Comments

No comments written yet.

Please login to write comment.