Color Hex Logo

#88beca Color Hex

#88BECA
(136,190,202)
0 Favorites   0 Comments

Color spaces of #88beca

RGB 136190202
HSL0.530.380.66
HSV191°33°79°
CMYK 0.330.060.00   0.21
XYZ39.227546.325462.7513
Yxy46.32540.26450.3124
Hunter Lab68.0628-16.2326-7.0192
CIE-Lab73.7562-14.6135-11.6853

#88beca color RGB value is (136,190,202).

#88beca hex color red value is 136, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #88beca hue: 0.53 , saturation: 0.38 and the lightness value of 88beca is 0.66.

The process color (four color CMYK) of #88beca color hex is 0.33, 0.06, 0.00, 0.21. Web safe color of #88beca is #99cccc. Color #88beca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111110 11001010
Octal 210 276 312
Decimal 136 190 202
Hex 88 BE CA

RGB Percentages of Color #88beca

%25.76
%35.98
%38.26

CMYK Percentages of Color #88beca

%33
%6
%0
%21

Triadic Colors of #88beca

#88beca #ca88be #beca88

Analogous Colors of #88beca

#88beca #889dca #88cab5

Monochromatic Colors of #88beca

#88beca

Complementary Color

#88beca #ca9488

#88beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#88beca Color CSS Codes

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

#88beca Text Font Color

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

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


#88beca Background Color

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

This div background color is #88beca


#88beca Border Color

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

This div border color is #88beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88beca


Comments

No comments written yet.

Please login to write comment.