Color Hex Logo

#afbfed Color Hex

#AFBFED
(175,191,237)
0 Favorites   0 Comments

Color spaces of #afbfed

RGB 175191237
HSL0.620.630.81
HSV225°26°93°
CMYK 0.260.190.00   0.07
XYZ51.596152.490087.5329
Yxy52.49000.26930.2739
Hunter Lab72.45000.3334-20.9182
CIE-Lab77.57294.5457-24.6335

#afbfed color RGB value is (175,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11101101
Octal 257 277 355
Decimal 175 191 237
Hex AF BF ED

RGB Percentages of Color #afbfed

%29.02
%31.67
%39.30

CMYK Percentages of Color #afbfed

%26
%19
%0
%7

Triadic Colors of #afbfed

#afbfed #edafbf #bfedaf

Analogous Colors of #afbfed

#afbfed #beafed #afdeed

Monochromatic Colors of #afbfed

#afbfed

Complementary Color

#afbfed #edddaf

#afbfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfed Color CSS Codes

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

#afbfed Text Font Color

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

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


#afbfed Background Color

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

This div background color is #afbfed


#afbfed Border Color

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

This div border color is #afbfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfed


Comments

No comments written yet.

Please login to write comment.