Color Hex Logo

#97dfeb Color Hex

#97DFEB
(151,223,235)
0 Favorites   0 Comments

Color spaces of #97dfeb

RGB 151223235
HSL0.520.680.76
HSV189°36°92°
CMYK 0.360.050.00   0.08
XYZ54.145665.352888.3578
Yxy65.35280.26050.3144
Hunter Lab80.8411-21.9165-8.2141
CIE-Lab84.6652-19.4141-12.9877

#97dfeb color RGB value is (151,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011111 11101011
Octal 227 337 353
Decimal 151 223 235
Hex 97 DF EB

RGB Percentages of Color #97dfeb

%24.79
%36.62
%38.59

CMYK Percentages of Color #97dfeb

%36
%5
%0
%8

Triadic Colors of #97dfeb

#97dfeb #eb97df #dfeb97

Analogous Colors of #97dfeb

#97dfeb #97b5eb #97ebcd

Monochromatic Colors of #97dfeb

#97dfeb

Complementary Color

#97dfeb #eba397

#97dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dfeb Color CSS Codes

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

#97dfeb Text Font Color

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

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


#97dfeb Background Color

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

This div background color is #97dfeb


#97dfeb Border Color

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

This div border color is #97dfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,223,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 #97dfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dfeb


Comments

No comments written yet.

Please login to write comment.