Color Hex Logo

#afbdce Color Hex

#AFBDCE
(175,189,206)
0 Favorites   0 Comments

Color spaces of #afbdce

RGB 175189206
HSL0.590.240.75
HSV213°15°81°
CMYK 0.150.080.00   0.19
XYZ47.017449.965465.5587
Yxy49.96540.28930.3074
Hunter Lab70.6862-4.9704-5.5088
CIE-Lab76.0480-1.3222-10.1798

#afbdce color RGB value is (175,189,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11001110
Octal 257 275 316
Decimal 175 189 206
Hex AF BD CE

RGB Percentages of Color #afbdce

%30.70
%33.16
%36.14

CMYK Percentages of Color #afbdce

%15
%8
%0
%19

Triadic Colors of #afbdce

#afbdce #ceafbd #bdceaf

Analogous Colors of #afbdce

#afbdce #b1afce #afcdce

Monochromatic Colors of #afbdce

#afbdce

Complementary Color

#afbdce #cec0af

#afbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdce Color CSS Codes

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

#afbdce Text Font Color

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

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


#afbdce Background Color

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

This div background color is #afbdce


#afbdce Border Color

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

This div border color is #afbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdce


Comments

No comments written yet.

Please login to write comment.