Color Hex Logo

#89cfce Color Hex

#89CFCE
(137,207,206)
0 Favorites   0 Comments

Color spaces of #89cfce

RGB 137207206
HSL0.500.420.67
HSV179°34°81°
CMYK 0.340.000.00   0.19
XYZ43.769954.400266.5859
Yxy54.40020.26570.3302
Hunter Lab73.7565-23.1452-1.8963
CIE-Lab78.6945-22.0519-6.4944

#89cfce color RGB value is (137,207,206).

#89cfce hex color red value is 137, green value is 207 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #89cfce hue: 0.50 , saturation: 0.42 and the lightness value of 89cfce is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001111 11001110
Octal 211 317 316
Decimal 137 207 206
Hex 89 CF CE

RGB Percentages of Color #89cfce

%24.91
%37.64
%37.45

CMYK Percentages of Color #89cfce

%34
%0
%0
%19

Triadic Colors of #89cfce

#89cfce #ce89cf #cfce89

Analogous Colors of #89cfce

#89cfce #89adcf #89cfab

Monochromatic Colors of #89cfce

#89cfce

Complementary Color

#89cfce #cf898a

#89cfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cfce Color CSS Codes

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

#89cfce Text Font Color

<p style="color:#89cfce">Text here</p>

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


#89cfce Background Color

<div style="background-color:#89cfce">
Div content here</div>

This div background color is #89cfce


#89cfce Border Color

<div style="border:3px solid #89cfce">
Div here</div>

This div border color is #89cfce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,207,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89cfce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89cfce;
  -webkit-box-shadow: 1px 1px 3px 2px #89cfce;
  box-shadow:         1px 1px 3px 2px #89cfce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cfce


Comments

No comments written yet.

Please login to write comment.