color codes Logo

#88bccf color codes

#88BCCF
(136,188,207)
0 Favorites   0 Comments

Color spaces of #88bccf

RGB 136188207
HSL0.540.430.67
HSV196°34°81°
CMYK 0.340.090.00   0.19
XYZ39.399045.705765.7770
Yxy45.70570.26110.3029
Hunter Lab67.6060-14.2854-10.3618
CIE-Lab73.3542-12.3389-15.0117

#88bccf color RGB value is (136,188,207).

#88bccf hex color red value is 136, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #88bccf hue: 0.54 , saturation: 0.43 and the lightness value of 88bccf is 0.67.

The process color (four color CMYK) of #88bccf color code is 0.34, 0.09, 0.00, 0.19. Web safe color of #88bccf is #99cccc. Color #88bccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111100 11001111
Octal 210 274 317
Decimal 136 188 207
Hex 88 BC CF

RGB Percentages of Color #88bccf

%25.61
%35.40
%38.98

CMYK Percentages of Color #88bccf

%34
%9
%0
%19

Triadic Colors of #88bccf

#88bccf #cf88bc #bccf88

Analogous Colors of #88bccf

#88bccf #8899cf #88cfbf

Monochromatic Colors of #88bccf

#88bccf

Complementary Color

#88bccf #cf9b88

#88bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bccf Color CSS Codes

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

#88bccf Text Font Color

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

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


#88bccf Background Color

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

This div background color is #88bccf


#88bccf Border Color

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

This div border color is #88bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bccf


Comments

No comments written yet.

Please login to write comment.