Color Hex Logo

#97dcdb Color Hex

#97DCDB
(151,220,219)
0 Favorites   0 Comments

Color spaces of #97dcdb

RGB 151220219
HSL0.500.500.73
HSV179°31°86°
CMYK 0.310.000.00   0.14
XYZ51.141962.880276.4595
Yxy62.88020.26850.3301
Hunter Lab79.2970-23.6479-1.6605
CIE-Lab83.3793-21.6822-6.4245

#97dcdb color RGB value is (151,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011100 11011011
Octal 227 334 333
Decimal 151 220 219
Hex 97 DC DB

RGB Percentages of Color #97dcdb

%25.59
%37.29
%37.12

CMYK Percentages of Color #97dcdb

%31
%0
%0
%14

Triadic Colors of #97dcdb

#97dcdb #db97dc #dcdb97

Analogous Colors of #97dcdb

#97dcdb #97bbdc #97dcb9

Monochromatic Colors of #97dcdb

#97dcdb

Complementary Color

#97dcdb #dc9798

#97dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dcdb Color CSS Codes

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

#97dcdb Text Font Color

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

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


#97dcdb Background Color

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

This div background color is #97dcdb


#97dcdb Border Color

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

This div border color is #97dcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dcdb


Comments

No comments written yet.

Please login to write comment.