Color Hex Logo

#88afcb Color Hex

#88AFCB
(136,175,203)
0 Favorites   0 Comments

Color spaces of #88afcb

RGB 136175203
HSL0.570.390.66
HSV205°33°80°
CMYK 0.330.140.00   0.20
XYZ36.262840.206062.3492
Yxy40.20600.26120.2896
Hunter Lab63.4082-8.8812-13.9140
CIE-Lab69.6160-6.3929-18.4673

#88afcb color RGB value is (136,175,203).

#88afcb hex color red value is 136, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #88afcb hue: 0.57 , saturation: 0.39 and the lightness value of 88afcb is 0.66.

The process color (four color CMYK) of #88afcb color hex is 0.33, 0.14, 0.00, 0.20. Web safe color of #88afcb is #9999cc. Color #88afcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101111 11001011
Octal 210 257 313
Decimal 136 175 203
Hex 88 AF CB

RGB Percentages of Color #88afcb

%26.46
%34.05
%39.49

CMYK Percentages of Color #88afcb

%33
%14
%0
%20

Triadic Colors of #88afcb

#88afcb #cb88af #afcb88

Analogous Colors of #88afcb

#88afcb #888ecb #88cbc6

Monochromatic Colors of #88afcb

#88afcb

Complementary Color

#88afcb #cba488

#88afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88afcb Color CSS Codes

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

#88afcb Text Font Color

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

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


#88afcb Background Color

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

This div background color is #88afcb


#88afcb Border Color

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

This div border color is #88afcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,175,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88afcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88afcb;
  -webkit-box-shadow: 1px 1px 3px 2px #88afcb;
  box-shadow:         1px 1px 3px 2px #88afcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88afcb


Comments

No comments written yet.

Please login to write comment.