Color Hex Logo

#97dceb Color Hex

#97DCEB
(151,220,235)
0 Favorites   0 Comments

Color spaces of #97dceb

RGB 151220235
HSL0.530.680.76
HSV191°36°92°
CMYK 0.360.060.00   0.08
XYZ53.351163.763988.0930
Yxy63.76390.26000.3107
Hunter Lab79.8523-20.4817-9.5121
CIE-Lab83.8427-17.9061-14.2193

#97dceb color RGB value is (151,220,235).

#97dceb hex color red value is 151, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #97dceb hue: 0.53 , saturation: 0.68 and the lightness value of 97dceb is 0.76.

The process color (four color CMYK) of #97dceb color hex is 0.36, 0.06, 0.00, 0.08. Web safe color of #97dceb is #99ccff. Color #97dceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011100 11101011
Octal 227 334 353
Decimal 151 220 235
Hex 97 DC EB

RGB Percentages of Color #97dceb

%24.92
%36.30
%38.78

CMYK Percentages of Color #97dceb

%36
%6
%0
%8

Triadic Colors of #97dceb

#97dceb #eb97dc #dceb97

Analogous Colors of #97dceb

#97dceb #97b2eb #97ebd0

Monochromatic Colors of #97dceb

#97dceb

Complementary Color

#97dceb #eba697

#97dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dceb Color CSS Codes

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

#97dceb Text Font Color

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

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


#97dceb Background Color

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

This div background color is #97dceb


#97dceb Border Color

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

This div border color is #97dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dceb


Comments

No comments written yet.

Please login to write comment.