Color Hex Logo

#afbeea Color Hex

#AFBEEA
(175,190,234)
0 Favorites   0 Comments

Color spaces of #afbeea

RGB 175190234
HSL0.620.580.80
HSV225°25°92°
CMYK 0.250.190.00   0.08
XYZ50.943951.881485.1710
Yxy51.88140.27100.2760
Hunter Lab72.02870.1977-19.6878
CIE-Lab77.20994.3847-23.5715

#afbeea color RGB value is (175,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11101010
Octal 257 276 352
Decimal 175 190 234
Hex AF BE EA

RGB Percentages of Color #afbeea

%29.22
%31.72
%39.07

CMYK Percentages of Color #afbeea

%25
%19
%0
%8

Triadic Colors of #afbeea

#afbeea #eaafbe #beeaaf

Analogous Colors of #afbeea

#afbeea #beafea #afdcea

Monochromatic Colors of #afbeea

#afbeea

Complementary Color

#afbeea #eadbaf

#afbeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbeea Color CSS Codes

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

#afbeea Text Font Color

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

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


#afbeea Background Color

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

This div background color is #afbeea


#afbeea Border Color

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

This div border color is #afbeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbeea


Comments

No comments written yet.

Please login to write comment.