Color Hex Logo

#afbece Color Hex

#AFBECE
(175,190,206)
0 Favorites   0 Comments

Color spaces of #afbece

RGB 175190206
HSL0.590.240.75
HSV211°15°81°
CMYK 0.150.080.00   0.19
XYZ47.233250.397165.6307
Yxy50.39710.28930.3087
Hunter Lab70.9909-5.4706-5.1196
CIE-Lab76.3124-1.8575-9.7859

#afbece color RGB value is (175,190,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11001110
Octal 257 276 316
Decimal 175 190 206
Hex AF BE CE

RGB Percentages of Color #afbece

%30.65
%33.27
%36.08

CMYK Percentages of Color #afbece

%15
%8
%0
%19

Triadic Colors of #afbece

#afbece #ceafbe #beceaf

Analogous Colors of #afbece

#afbece #b0afce #afcece

Monochromatic Colors of #afbece

#afbece

Complementary Color

#afbece #cebfaf

#afbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbece Color CSS Codes

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

#afbece Text Font Color

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

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


#afbece Background Color

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

This div background color is #afbece


#afbece Border Color

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

This div border color is #afbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbece


Comments

No comments written yet.

Please login to write comment.