Color Hex Logo

#afcbea Color Hex

#AFCBEA
(175,203,234)
0 Favorites   0 Comments

Color spaces of #afcbea

RGB 175203234
HSL0.590.580.80
HSV212°25°92°
CMYK 0.250.130.00   0.08
XYZ53.886457.766386.1518
Yxy57.76630.27240.2920
Hunter Lab76.0041-6.4520-14.0032
CIE-Lab80.6087-2.5916-18.4161

#afcbea color RGB value is (175,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11101010
Octal 257 313 352
Decimal 175 203 234
Hex AF CB EA

RGB Percentages of Color #afcbea

%28.59
%33.17
%38.24

CMYK Percentages of Color #afcbea

%25
%13
%0
%8

Triadic Colors of #afcbea

#afcbea #eaafcb #cbeaaf

Analogous Colors of #afcbea

#afcbea #b1afea #afe9ea

Monochromatic Colors of #afcbea

#afcbea

Complementary Color

#afcbea #eaceaf

#afcbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbea Color CSS Codes

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

#afcbea Text Font Color

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

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


#afcbea Background Color

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

This div background color is #afcbea


#afcbea Border Color

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

This div border color is #afcbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbea


Comments

No comments written yet.

Please login to write comment.