Color Hex Logo

#88cfbe Color Hex

#88CFBE
(136,207,190)
0 Favorites   0 Comments

Color spaces of #88cfbe

RGB 136207190
HSL0.460.430.67
HSV166°34°81°
CMYK 0.340.000.08   0.19
XYZ41.760453.577656.8557
Yxy53.57760.27440.3520
Hunter Lab73.1967-26.25595.1841
CIE-Lab78.2148-25.98581.3866

#88cfbe color RGB value is (136,207,190).

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

The process color (four color CMYK) of #88cfbe color hex is 0.34, 0.00, 0.08, 0.19. Web safe color of #88cfbe is #99cccc. Color #88cfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001111 10111110
Octal 210 317 276
Decimal 136 207 190
Hex 88 CF BE

RGB Percentages of Color #88cfbe

%25.52
%38.84
%35.65

CMYK Percentages of Color #88cfbe

%34
%0
%8
%19

Triadic Colors of #88cfbe

#88cfbe #be88cf #cfbe88

Analogous Colors of #88cfbe

#88cfbe #88bdcf #88cf9b

Monochromatic Colors of #88cfbe

#88cfbe

Complementary Color

#88cfbe #cf8899

#88cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cfbe Color CSS Codes

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

#88cfbe Text Font Color

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

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


#88cfbe Background Color

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

This div background color is #88cfbe


#88cfbe Border Color

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

This div border color is #88cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cfbe


Comments

No comments written yet.

Please login to write comment.