Color Hex Logo

#97cfda Color Hex

#97CFDA
(151,207,218)
0 Favorites   0 Comments

Color spaces of #97cfda

RGB 151207218
HSL0.530.480.72
HSV190°31°85°
CMYK 0.310.050.00   0.15
XYZ47.730256.266974.6746
Yxy56.26690.26710.3149
Hunter Lab75.0113-17.6889-6.5160
CIE-Lab79.7655-15.3574-11.2610

#97cfda color RGB value is (151,207,218).

#97cfda hex color red value is 151, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #97cfda hue: 0.53 , saturation: 0.48 and the lightness value of 97cfda is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001111 11011010
Octal 227 317 332
Decimal 151 207 218
Hex 97 CF DA

RGB Percentages of Color #97cfda

%26.22
%35.94
%37.85

CMYK Percentages of Color #97cfda

%31
%5
%0
%15

Triadic Colors of #97cfda

#97cfda #da97cf #cfda97

Analogous Colors of #97cfda

#97cfda #97aeda #97dac4

Monochromatic Colors of #97cfda

#97cfda

Complementary Color

#97cfda #daa297

#97cfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97cfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#97cfda Color CSS Codes

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

#97cfda Text Font Color

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

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


#97cfda Background Color

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

This div background color is #97cfda


#97cfda Border Color

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

This div border color is #97cfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97cfda


Comments

No comments written yet.

Please login to write comment.