Color Hex Logo

#afbaea Color Hex

#AFBAEA
(175,186,234)
0 Favorites   0 Comments

Color spaces of #afbaea

RGB 175186234
HSL0.640.580.80
HSV229°25°92°
CMYK 0.250.210.00   0.08
XYZ50.089450.172384.8861
Yxy50.17230.27050.2710
Hunter Lab70.83242.2702-21.4709
CIE-Lab76.17496.5621-25.1502

#afbaea color RGB value is (175,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 11101010
Octal 257 272 352
Decimal 175 186 234
Hex AF BA EA

RGB Percentages of Color #afbaea

%29.41
%31.26
%39.33

CMYK Percentages of Color #afbaea

%25
%21
%0
%8

Triadic Colors of #afbaea

#afbaea #eaafba #baeaaf

Analogous Colors of #afbaea

#afbaea #c2afea #afd8ea

Monochromatic Colors of #afbaea

#afbaea

Complementary Color

#afbaea #eadfaf

#afbaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbaea Color CSS Codes

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

#afbaea Text Font Color

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

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


#afbaea Background Color

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

This div background color is #afbaea


#afbaea Border Color

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

This div border color is #afbaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbaea


Comments

No comments written yet.

Please login to write comment.