Color Hex Logo

#afb4ea Color Hex

#AFB4EA
(175,180,234)
0 Favorites   0 Comments

Color spaces of #afb4ea

RGB 175180234
HSL0.650.580.80
HSV235°25°92°
CMYK 0.250.230.00   0.08
XYZ48.851747.697084.4736
Yxy47.69700.26990.2635
Hunter Lab69.06305.4016-24.1757
CIE-Lab74.63349.8522-27.5093

#afb4ea color RGB value is (175,180,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 11101010
Octal 257 264 352
Decimal 175 180 234
Hex AF B4 EA

RGB Percentages of Color #afb4ea

%29.71
%30.56
%39.73

CMYK Percentages of Color #afb4ea

%25
%23
%0
%8

Triadic Colors of #afb4ea

#afb4ea #eaafb4 #b4eaaf

Analogous Colors of #afb4ea

#afb4ea #c8afea #afd2ea

Monochromatic Colors of #afb4ea

#afb4ea

Complementary Color

#afb4ea #eae5af

#afb4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb4ea Color CSS Codes

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

#afb4ea Text Font Color

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

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


#afb4ea Background Color

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

This div background color is #afb4ea


#afb4ea Border Color

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

This div border color is #afb4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb4ea


Comments

No comments written yet.

Please login to write comment.