Color Hex Logo

#97dcce Color Hex

#97DCCE
(151,220,206)
0 Favorites   0 Comments

Color spaces of #97dcce

RGB 151220206
HSL0.470.500.73
HSV168°31°86°
CMYK 0.310.000.06   0.14
XYZ49.496362.221967.7938
Yxy62.22190.27570.3466
Hunter Lab78.8809-26.03604.2601
CIE-Lab83.0313-24.5916-0.0376

#97dcce color RGB value is (151,220,206).

#97dcce hex color red value is 151, green value is 220 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #97dcce hue: 0.47 , saturation: 0.50 and the lightness value of 97dcce is 0.73.

The process color (four color CMYK) of #97dcce color hex is 0.31, 0.00, 0.06, 0.14. Web safe color of #97dcce is #99cccc. Color #97dcce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011100 11001110
Octal 227 334 316
Decimal 151 220 206
Hex 97 DC CE

RGB Percentages of Color #97dcce

%26.17
%38.13
%35.70

CMYK Percentages of Color #97dcce

%31
%0
%6
%14

Triadic Colors of #97dcce

#97dcce #ce97dc #dcce97

Analogous Colors of #97dcce

#97dcce #97c8dc #97dcac

Monochromatic Colors of #97dcce

#97dcce

Complementary Color

#97dcce #dc97a5

#97dcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dcce Color CSS Codes

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

#97dcce Text Font Color

<p style="color:#97dcce">Text here</p>

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


#97dcce Background Color

<div style="background-color:#97dcce">
Div content here</div>

This div background color is #97dcce


#97dcce Border Color

<div style="border:3px solid #97dcce">
Div here</div>

This div border color is #97dcce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,220,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97dcce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97dcce;
  -webkit-box-shadow: 1px 1px 3px 2px #97dcce;
  box-shadow:         1px 1px 3px 2px #97dcce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,220,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 #97dcce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dcce


Comments

No comments written yet.

Please login to write comment.