Color Hex Logo

#afbeed Color Hex

#AFBEED
(175,190,237)
0 Favorites   0 Comments

Color spaces of #afbeed

RGB 175190237
HSL0.630.630.81
HSV225°26°93°
CMYK 0.260.200.00   0.07
XYZ51.378752.055387.4605
Yxy52.05530.26910.2727
Hunter Lab72.14940.8513-21.3676
CIE-Lab77.31395.0885-25.0288

#afbeed color RGB value is (175,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11101101
Octal 257 276 355
Decimal 175 190 237
Hex AF BE ED

RGB Percentages of Color #afbeed

%29.07
%31.56
%39.37

CMYK Percentages of Color #afbeed

%26
%20
%0
%7

Triadic Colors of #afbeed

#afbeed #edafbe #beedaf

Analogous Colors of #afbeed

#afbeed #bfafed #afdded

Monochromatic Colors of #afbeed

#afbeed

Complementary Color

#afbeed #eddeaf

#afbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbeed Color CSS Codes

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

#afbeed Text Font Color

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

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


#afbeed Background Color

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

This div background color is #afbeed


#afbeed Border Color

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

This div border color is #afbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbeed


Comments

No comments written yet.

Please login to write comment.