Color Hex Logo

#88bada Color Hex

#88BADA
(136,186,218)
0 Favorites   0 Comments

Color spaces of #88bada

RGB 136186218
HSL0.570.530.69
HSV203°38°85°
CMYK 0.380.150.00   0.15
XYZ40.367145.414072.9679
Yxy45.41400.25430.2861
Hunter Lab67.3899-11.0094-17.0246
CIE-Lab73.1637-8.4890-21.2894

#88bada color RGB value is (136,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111010 11011010
Octal 210 272 332
Decimal 136 186 218
Hex 88 BA DA

RGB Percentages of Color #88bada

%25.19
%34.44
%40.37

CMYK Percentages of Color #88bada

%38
%15
%0
%15

Triadic Colors of #88bada

#88bada #da88ba #bada88

Analogous Colors of #88bada

#88bada #8891da #88dad1

Monochromatic Colors of #88bada

#88bada

Complementary Color

#88bada #daa888

#88bada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bada Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bada Color CSS Codes

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

#88bada Text Font Color

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

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


#88bada Background Color

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

This div background color is #88bada


#88bada Border Color

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

This div border color is #88bada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bada


Comments

No comments written yet.

Please login to write comment.