Color Hex Logo

#afbbed Color Hex

#AFBBED
(175,187,237)
0 Favorites   0 Comments

Color spaces of #afbbed

RGB 175187237
HSL0.630.630.81
HSV228°26°93°
CMYK 0.260.210.00   0.07
XYZ50.735650.769087.2461
Yxy50.76900.26880.2690
Hunter Lab71.25242.4102-22.7219
CIE-Lab76.53896.7226-26.2130

#afbbed color RGB value is (175,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11101101
Octal 257 273 355
Decimal 175 187 237
Hex AF BB ED

RGB Percentages of Color #afbbed

%29.22
%31.22
%39.57

CMYK Percentages of Color #afbbed

%26
%21
%0
%7

Triadic Colors of #afbbed

#afbbed #edafbb #bbedaf

Analogous Colors of #afbbed

#afbbed #c2afed #afdaed

Monochromatic Colors of #afbbed

#afbbed

Complementary Color

#afbbed #ede1af

#afbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbed Color CSS Codes

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

#afbbed Text Font Color

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

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


#afbbed Background Color

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

This div background color is #afbbed


#afbbed Border Color

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

This div border color is #afbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbed


Comments

No comments written yet.

Please login to write comment.