Color Hex Logo

#afb7ec Color Hex

#AFB7EC
(175,183,236)
0 Favorites   0 Comments

Color spaces of #afb7ec

RGB 175183236
HSL0.640.620.81
HSV232°26°93°
CMYK 0.260.220.00   0.07
XYZ49.753049.037186.1997
Yxy49.03710.26890.2651
Hunter Lab70.02654.2758-23.9650
CIE-Lab75.47448.6753-27.3026

#afb7ec color RGB value is (175,183,236).

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

The process color (four color CMYK) of #afb7ec color hex is 0.26, 0.22, 0.00, 0.07. Web safe color of #afb7ec is #99ccff. Color #afb7ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 11101100
Octal 257 267 354
Decimal 175 183 236
Hex AF B7 EC

RGB Percentages of Color #afb7ec

%29.46
%30.81
%39.73

CMYK Percentages of Color #afb7ec

%26
%22
%0
%7

Triadic Colors of #afb7ec

#afb7ec #ecafb7 #b7ecaf

Analogous Colors of #afb7ec

#afb7ec #c6afec #afd6ec

Monochromatic Colors of #afb7ec

#afb7ec

Complementary Color

#afb7ec #ece4af

#afb7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb7ec Color CSS Codes

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

#afb7ec Text Font Color

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

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


#afb7ec Background Color

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

This div background color is #afb7ec


#afb7ec Border Color

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

This div border color is #afb7ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,183,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afb7ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb7ec


Comments

No comments written yet.

Please login to write comment.