Color Hex Logo

#afcbe9 Color Hex

#AFCBE9
(175,203,233)
0 Favorites   0 Comments

Color spaces of #afcbe9

RGB 175203233
HSL0.590.570.80
HSV211°25°91°
CMYK 0.250.130.00   0.09
XYZ53.743157.709085.3972
Yxy57.70900.27300.2932
Hunter Lab75.9664-6.6599-13.4740
CIE-Lab80.5767-2.8210-17.9296

#afcbe9 color RGB value is (175,203,233).

#afcbe9 hex color red value is 175, green value is 203 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #afcbe9 hue: 0.59 , saturation: 0.57 and the lightness value of afcbe9 is 0.80.

The process color (four color CMYK) of #afcbe9 color hex is 0.25, 0.13, 0.00, 0.09. Web safe color of #afcbe9 is #99ccff. Color #afcbe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11101001
Octal 257 313 351
Decimal 175 203 233
Hex AF CB E9

RGB Percentages of Color #afcbe9

%28.64
%33.22
%38.13

CMYK Percentages of Color #afcbe9

%25
%13
%0
%9

Triadic Colors of #afcbe9

#afcbe9 #e9afcb #cbe9af

Analogous Colors of #afcbe9

#afcbe9 #b0afe9 #afe8e9

Monochromatic Colors of #afcbe9

#afcbe9

Complementary Color

#afcbe9 #e9cdaf

#afcbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbe9 Color CSS Codes

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

#afcbe9 Text Font Color

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

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


#afcbe9 Background Color

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

This div background color is #afcbe9


#afcbe9 Border Color

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

This div border color is #afcbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbe9


Comments

No comments written yet.

Please login to write comment.