Color Hex Logo

#97cdeb Color Hex

#97CDEB
(151,205,235)
0 Favorites   0 Comments

Color spaces of #97cdeb

RGB 151205235
HSL0.560.680.76
HSV201°36°92°
CMYK 0.360.130.00   0.08
XYZ49.589256.240186.8391
Yxy56.24010.25740.2919
Hunter Lab74.9934-13.2058-16.1599
CIE-Lab79.7503-10.1978-20.3868

#97cdeb color RGB value is (151,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001101 11101011
Octal 227 315 353
Decimal 151 205 235
Hex 97 CD EB

RGB Percentages of Color #97cdeb

%25.55
%34.69
%39.76

CMYK Percentages of Color #97cdeb

%36
%13
%0
%8

Triadic Colors of #97cdeb

#97cdeb #eb97cd #cdeb97

Analogous Colors of #97cdeb

#97cdeb #97a3eb #97ebdf

Monochromatic Colors of #97cdeb

#97cdeb

Complementary Color

#97cdeb #ebb597

#97cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97cdeb Color CSS Codes

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

#97cdeb Text Font Color

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

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


#97cdeb Background Color

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

This div background color is #97cdeb


#97cdeb Border Color

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

This div border color is #97cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97cdeb


Comments

No comments written yet.

Please login to write comment.