Color Hex Logo

#afb7ea Color Hex

#AFB7EA
(175,183,234)
0 Favorites   0 Comments

Color spaces of #afb7ea

RGB 175183234
HSL0.640.580.80
HSV232°25°92°
CMYK 0.250.220.00   0.08
XYZ49.464048.921484.6777
Yxy48.92140.27020.2672
Hunter Lab69.94383.8328-22.8189
CIE-Lab75.40248.2039-26.3314

#afb7ea color RGB value is (175,183,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 11101010
Octal 257 267 352
Decimal 175 183 234
Hex AF B7 EA

RGB Percentages of Color #afb7ea

%29.56
%30.91
%39.53

CMYK Percentages of Color #afb7ea

%25
%22
%0
%8

Triadic Colors of #afb7ea

#afb7ea #eaafb7 #b7eaaf

Analogous Colors of #afb7ea

#afb7ea #c5afea #afd5ea

Monochromatic Colors of #afb7ea

#afb7ea

Complementary Color

#afb7ea #eae2af

#afb7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb7ea Color CSS Codes

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

#afb7ea Text Font Color

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

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


#afb7ea Background Color

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

This div background color is #afb7ea


#afb7ea Border Color

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

This div border color is #afb7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb7ea


Comments

No comments written yet.

Please login to write comment.