Color Hex Logo

#88badb Color Hex

#88BADB
(136,186,219)
0 Favorites   0 Comments

Color spaces of #88badb

RGB 136186219
HSL0.570.540.70
HSV204°38°86°
CMYK 0.380.150.00   0.14
XYZ40.498445.466573.6593
Yxy45.46650.25370.2848
Hunter Lab67.4289-10.7917-17.5682
CIE-Lab73.1980-8.2300-21.7812

#88badb color RGB value is (136,186,219).

#88badb hex color red value is 136, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #88badb hue: 0.57 , saturation: 0.54 and the lightness value of 88badb is 0.70.

The process color (four color CMYK) of #88badb color hex is 0.38, 0.15, 0.00, 0.14. Web safe color of #88badb is #99cccc. Color #88badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111010 11011011
Octal 210 272 333
Decimal 136 186 219
Hex 88 BA DB

RGB Percentages of Color #88badb

%25.14
%34.38
%40.48

CMYK Percentages of Color #88badb

%38
%15
%0
%14

Triadic Colors of #88badb

#88badb #db88ba #badb88

Analogous Colors of #88badb

#88badb #8891db #88dbd3

Monochromatic Colors of #88badb

#88badb

Complementary Color

#88badb #dba988

#88badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88badb Color CSS Codes

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

#88badb Text Font Color

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

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


#88badb Background Color

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

This div background color is #88badb


#88badb Border Color

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

This div border color is #88badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88badb


Comments

No comments written yet.

Please login to write comment.