Color Hex Logo

#97cddc Color Hex

#97CDDC
(151,205,220)
0 Favorites   0 Comments

Color spaces of #97cddc

RGB 151205220
HSL0.540.500.73
HSV193°31°86°
CMYK 0.310.070.00   0.14
XYZ47.512155.409375.9010
Yxy55.40930.26570.3099
Hunter Lab74.4374-16.3321-8.3496
CIE-Lab79.2764-13.8558-13.0645

#97cddc color RGB value is (151,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001101 11011100
Octal 227 315 334
Decimal 151 205 220
Hex 97 CD DC

RGB Percentages of Color #97cddc

%26.22
%35.59
%38.19

CMYK Percentages of Color #97cddc

%31
%7
%0
%14

Triadic Colors of #97cddc

#97cddc #dc97cd #cddc97

Analogous Colors of #97cddc

#97cddc #97abdc #97dcc9

Monochromatic Colors of #97cddc

#97cddc

Complementary Color

#97cddc #dca697

#97cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97cddc Color CSS Codes

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

#97cddc Text Font Color

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

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


#97cddc Background Color

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

This div background color is #97cddc


#97cddc Border Color

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

This div border color is #97cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97cddc


Comments

No comments written yet.

Please login to write comment.