Color Hex Logo

#97cbeb Color Hex

#97CBEB
(151,203,235)
0 Favorites   0 Comments

Color spaces of #97cbeb

RGB 151203235
HSL0.560.680.76
HSV203°36°92°
CMYK 0.360.140.00   0.08
XYZ49.113855.289386.6806
Yxy55.28930.25700.2893
Hunter Lab74.3568-12.2223-17.0669
CIE-Lab79.2076-9.1492-21.2095

#97cbeb color RGB value is (151,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001011 11101011
Octal 227 313 353
Decimal 151 203 235
Hex 97 CB EB

RGB Percentages of Color #97cbeb

%25.64
%34.47
%39.90

CMYK Percentages of Color #97cbeb

%36
%14
%0
%8

Triadic Colors of #97cbeb

#97cbeb #eb97cb #cbeb97

Analogous Colors of #97cbeb

#97cbeb #97a1eb #97ebe1

Monochromatic Colors of #97cbeb

#97cbeb

Complementary Color

#97cbeb #ebb797

#97cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97cbeb Color CSS Codes

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

#97cbeb Text Font Color

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

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


#97cbeb Background Color

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

This div background color is #97cbeb


#97cbeb Border Color

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

This div border color is #97cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97cbeb


Comments

No comments written yet.

Please login to write comment.