Color Hex Logo

#afbbee Color Hex

#AFBBEE
(175,187,238)
0 Favorites   0 Comments

Color spaces of #afbbee

RGB 175187238
HSL0.630.650.81
HSV229°26°93°
CMYK 0.260.210.00   0.07
XYZ50.882150.827788.0179
Yxy50.82770.26820.2679
Hunter Lab71.29352.6315-23.2930
CIE-Lab76.57456.9590-26.6977

#afbbee color RGB value is (175,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11101110
Octal 257 273 356
Decimal 175 187 238
Hex AF BB EE

RGB Percentages of Color #afbbee

%29.17
%31.17
%39.67

CMYK Percentages of Color #afbbee

%26
%21
%0
%7

Triadic Colors of #afbbee

#afbbee #eeafbb #bbeeaf

Analogous Colors of #afbbee

#afbbee #c3afee #afdbee

Monochromatic Colors of #afbbee

#afbbee

Complementary Color

#afbbee #eee2af

#afbbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbee Color CSS Codes

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

#afbbee Text Font Color

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

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


#afbbee Background Color

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

This div background color is #afbbee


#afbbee Border Color

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

This div border color is #afbbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbee


Comments

No comments written yet.

Please login to write comment.