Color Hex Logo

#afbcde Color Hex

#AFBCDE
(175,188,222)
0 Favorites   0 Comments

Color spaces of #afbcde

RGB 175188222
HSL0.620.420.78
HSV223°21°87°
CMYK 0.210.150.00   0.13
XYZ48.847250.354376.2521
Yxy50.35430.27840.2870
Hunter Lab70.9608-1.3074-14.0385
CIE-Lab76.28622.7157-18.4930

#afbcde color RGB value is (175,188,222).

#afbcde hex color red value is 175, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #afbcde hue: 0.62 , saturation: 0.42 and the lightness value of afbcde is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 11011110
Octal 257 274 336
Decimal 175 188 222
Hex AF BC DE

RGB Percentages of Color #afbcde

%29.91
%32.14
%37.95

CMYK Percentages of Color #afbcde

%21
%15
%0
%13

Triadic Colors of #afbcde

#afbcde #deafbc #bcdeaf

Analogous Colors of #afbcde

#afbcde #baafde #afd4de

Monochromatic Colors of #afbcde

#afbcde

Complementary Color

#afbcde #ded1af

#afbcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbcde Color CSS Codes

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

#afbcde Text Font Color

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

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


#afbcde Background Color

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

This div background color is #afbcde


#afbcde Border Color

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

This div border color is #afbcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbcde


Comments

No comments written yet.

Please login to write comment.