Color Hex Logo

#afbfec Color Hex

#AFBFEC
(175,191,236)
0 Favorites   0 Comments

Color spaces of #afbfec

RGB 175191236
HSL0.620.620.81
HSV224°26°93°
CMYK 0.260.190.00   0.07
XYZ51.450352.431786.7655
Yxy52.43170.26990.2750
Hunter Lab72.40970.1151-20.3579
CIE-Lab77.53834.3105-24.1482

#afbfec color RGB value is (175,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11101100
Octal 257 277 354
Decimal 175 191 236
Hex AF BF EC

RGB Percentages of Color #afbfec

%29.07
%31.73
%39.20

CMYK Percentages of Color #afbfec

%26
%19
%0
%7

Triadic Colors of #afbfec

#afbfec #ecafbf #bfecaf

Analogous Colors of #afbfec

#afbfec #beafec #afdeec

Monochromatic Colors of #afbfec

#afbfec

Complementary Color

#afbfec #ecdcaf

#afbfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfec Color CSS Codes

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

#afbfec Text Font Color

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

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


#afbfec Background Color

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

This div background color is #afbfec


#afbfec Border Color

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

This div border color is #afbfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfec


Comments

No comments written yet.

Please login to write comment.