Color Hex Logo

#97dfcc Color Hex

#97DFCC
(151,223,204)
0 Favorites   0 Comments

Color spaces of #97dfcc

RGB 151223204
HSL0.460.530.73
HSV164°32°87°
CMYK 0.320.000.09   0.13
XYZ50.049363.714366.7870
Yxy63.71430.27720.3529
Hunter Lab79.8212-27.76466.2665
CIE-Lab83.8168-26.48492.1664

#97dfcc color RGB value is (151,223,204).

#97dfcc hex color red value is 151, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #97dfcc hue: 0.46 , saturation: 0.53 and the lightness value of 97dfcc is 0.73.

The process color (four color CMYK) of #97dfcc color hex is 0.32, 0.00, 0.09, 0.13. Web safe color of #97dfcc is #99cccc. Color #97dfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011111 11001100
Octal 227 337 314
Decimal 151 223 204
Hex 97 DF CC

RGB Percentages of Color #97dfcc

%26.12
%38.58
%35.29

CMYK Percentages of Color #97dfcc

%32
%0
%9
%13

Triadic Colors of #97dfcc

#97dfcc #cc97df #dfcc97

Analogous Colors of #97dfcc

#97dfcc #97cedf #97dfa8

Monochromatic Colors of #97dfcc

#97dfcc

Complementary Color

#97dfcc #df97aa

#97dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dfcc Color CSS Codes

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

#97dfcc Text Font Color

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

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


#97dfcc Background Color

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

This div background color is #97dfcc


#97dfcc Border Color

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

This div border color is #97dfcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,223,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dfcc


Comments

No comments written yet.

Please login to write comment.