Color Hex Logo

#88caaf Color Hex

#88CAAF
(136,202,175)
0 Favorites   0 Comments

Color spaces of #88caaf

RGB 136202175
HSL0.430.380.66
HSV155°33°79°
CMYK 0.330.000.13   0.21
XYZ39.011750.570448.2624
Yxy50.57040.28300.3669
Hunter Lab71.1129-26.52459.5405
CIE-Lab76.4180-26.77096.8497

#88caaf color RGB value is (136,202,175).

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

The process color (four color CMYK) of #88caaf color hex is 0.33, 0.00, 0.13, 0.21. Web safe color of #88caaf is #99cc99. Color #88caaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001010 10101111
Octal 210 312 257
Decimal 136 202 175
Hex 88 CA AF

RGB Percentages of Color #88caaf

%26.51
%39.38
%34.11

CMYK Percentages of Color #88caaf

%33
%0
%13
%21

Triadic Colors of #88caaf

#88caaf #af88ca #caaf88

Analogous Colors of #88caaf

#88caaf #88c4ca #88ca8e

Monochromatic Colors of #88caaf

#88caaf

Complementary Color

#88caaf #ca88a3

#88caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88caaf Color CSS Codes

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

#88caaf Text Font Color

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

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


#88caaf Background Color

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

This div background color is #88caaf


#88caaf Border Color

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

This div border color is #88caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88caaf


Comments

No comments written yet.

Please login to write comment.