Color Hex Logo

#97dedd Color Hex

#97DEDD
(151,222,221)
0 Favorites   0 Comments

Color spaces of #97dedd

RGB 151222221
HSL0.500.520.73
HSV179°32°87°
CMYK 0.320.000.00   0.13
XYZ51.934964.042378.0308
Yxy64.04230.26770.3301
Hunter Lab80.0264-24.2048-1.7930
CIE-Lab83.9878-22.2138-6.5849

#97dedd color RGB value is (151,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011110 11011101
Octal 227 336 335
Decimal 151 222 221
Hex 97 DE DD

RGB Percentages of Color #97dedd

%25.42
%37.37
%37.21

CMYK Percentages of Color #97dedd

%32
%0
%0
%13

Triadic Colors of #97dedd

#97dedd #dd97de #dedd97

Analogous Colors of #97dedd

#97dedd #97bcde #97deba

Monochromatic Colors of #97dedd

#97dedd

Complementary Color

#97dedd #de9798

#97dedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dedd Color CSS Codes

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

#97dedd Text Font Color

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

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


#97dedd Background Color

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

This div background color is #97dedd


#97dedd Border Color

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

This div border color is #97dedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dedd


Comments

No comments written yet.

Please login to write comment.