Color Hex Logo

#97bedc Color Hex

#97BEDC
(151,190,220)
0 Favorites   0 Comments

Color spaces of #97bedc

RGB 151190220
HSL0.570.500.73
HSV206°31°86°
CMYK 0.310.140.00   0.14
XYZ44.094248.573574.7618
Yxy48.57350.26340.2901
Hunter Lab69.6947-9.0329-14.8144
CIE-Lab75.1852-5.9743-19.2266

#97bedc color RGB value is (151,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111110 11011100
Octal 227 276 334
Decimal 151 190 220
Hex 97 BE DC

RGB Percentages of Color #97bedc

%26.92
%33.87
%39.22

CMYK Percentages of Color #97bedc

%31
%14
%0
%14

Triadic Colors of #97bedc

#97bedc #dc97be #bedc97

Analogous Colors of #97bedc

#97bedc #979cdc #97dcd8

Monochromatic Colors of #97bedc

#97bedc

Complementary Color

#97bedc #dcb597

#97bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bedc Color CSS Codes

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

#97bedc Text Font Color

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

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


#97bedc Background Color

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

This div background color is #97bedc


#97bedc Border Color

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

This div border color is #97bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bedc


Comments

No comments written yet.

Please login to write comment.