Color Hex Logo

#88bedd Color Hex

#88BEDD
(136,190,221)
0 Favorites   0 Comments

Color spaces of #88bedd

RGB 136190221
HSL0.560.560.70
HSV202°38°87°
CMYK 0.380.140.00   0.13
XYZ41.617947.281675.3394
Yxy47.28160.25340.2879
Hunter Lab68.7616-12.2959-16.8286
CIE-Lab74.3695-9.8443-21.0862

#88bedd color RGB value is (136,190,221).

#88bedd hex color red value is 136, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #88bedd hue: 0.56 , saturation: 0.56 and the lightness value of 88bedd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111110 11011101
Octal 210 276 335
Decimal 136 190 221
Hex 88 BE DD

RGB Percentages of Color #88bedd

%24.86
%34.73
%40.40

CMYK Percentages of Color #88bedd

%38
%14
%0
%13

Triadic Colors of #88bedd

#88bedd #dd88be #bedd88

Analogous Colors of #88bedd

#88bedd #8894dd #88ddd2

Monochromatic Colors of #88bedd

#88bedd

Complementary Color

#88bedd #dda788

#88bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bedd Color CSS Codes

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

#88bedd Text Font Color

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

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


#88bedd Background Color

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

This div background color is #88bedd


#88bedd Border Color

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

This div border color is #88bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bedd


Comments

No comments written yet.

Please login to write comment.