Color Hex Logo

#afb8ea Color Hex

#AFB8EA
(175,184,234)
0 Favorites   0 Comments

Color spaces of #afb8ea

RGB 175184234
HSL0.640.580.80
HSV231°25°92°
CMYK 0.250.210.00   0.08
XYZ49.671049.335584.7467
Yxy49.33550.27030.2685
Hunter Lab70.23923.3110-22.3685
CIE-Lab75.65967.6557-25.9379

#afb8ea color RGB value is (175,184,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 11101010
Octal 257 270 352
Decimal 175 184 234
Hex AF B8 EA

RGB Percentages of Color #afb8ea

%29.51
%31.03
%39.46

CMYK Percentages of Color #afb8ea

%25
%21
%0
%8

Triadic Colors of #afb8ea

#afb8ea #eaafb8 #b8eaaf

Analogous Colors of #afb8ea

#afb8ea #c4afea #afd6ea

Monochromatic Colors of #afb8ea

#afb8ea

Complementary Color

#afb8ea #eae1af

#afb8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb8ea Color CSS Codes

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

#afb8ea Text Font Color

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

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


#afb8ea Background Color

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

This div background color is #afb8ea


#afb8ea Border Color

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

This div border color is #afb8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb8ea


Comments

No comments written yet.

Please login to write comment.