Color Hex Logo

#97aecf Color Hex

#97AECF
(151,174,207)
0 Favorites   0 Comments

Color spaces of #97aecf

RGB 151174207
HSL0.600.370.70
HSV215°27°81°
CMYK 0.270.160.00   0.19
XYZ39.161041.356464.9501
Yxy41.35640.26920.2843
Hunter Lab64.3089-3.8429-14.8649
CIE-Lab70.4249-0.4650-19.3506

#97aecf color RGB value is (151,174,207).

#97aecf hex color red value is 151, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #97aecf hue: 0.60 , saturation: 0.37 and the lightness value of 97aecf is 0.70.

The process color (four color CMYK) of #97aecf color hex is 0.27, 0.16, 0.00, 0.19. Web safe color of #97aecf is #9999cc. Color #97aecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101110 11001111
Octal 227 256 317
Decimal 151 174 207
Hex 97 AE CF

RGB Percentages of Color #97aecf

%28.38
%32.71
%38.91

CMYK Percentages of Color #97aecf

%27
%16
%0
%19

Triadic Colors of #97aecf

#97aecf #cf97ae #aecf97

Analogous Colors of #97aecf

#97aecf #9c97cf #97cacf

Monochromatic Colors of #97aecf

#97aecf

Complementary Color

#97aecf #cfb897

#97aecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97aecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97aecf Color CSS Codes

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

#97aecf Text Font Color

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

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


#97aecf Background Color

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

This div background color is #97aecf


#97aecf Border Color

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

This div border color is #97aecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97aecf


Comments

No comments written yet.

Please login to write comment.