Color Hex Logo

#97dafa Color Hex

#97DAFA
(151,218,250)
0 Favorites   0 Comments

Color spaces of #97dafa

RGB 151218250
HSL0.550.910.79
HSV199°40°98°
CMYK 0.400.130.00   0.02
XYZ55.089263.624299.8197
Yxy63.62420.25210.2911
Hunter Lab79.7648-16.3081-18.3617
CIE-Lab83.7697-13.1603-22.2725

#97dafa color RGB value is (151,218,250).

#97dafa hex color red value is 151, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #97dafa hue: 0.55 , saturation: 0.91 and the lightness value of 97dafa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011010 11111010
Octal 227 332 372
Decimal 151 218 250
Hex 97 DA FA

RGB Percentages of Color #97dafa

%24.39
%35.22
%40.39

CMYK Percentages of Color #97dafa

%40
%13
%0
%2

Triadic Colors of #97dafa

#97dafa #fa97da #dafa97

Analogous Colors of #97dafa

#97dafa #97a9fa #97fae9

Monochromatic Colors of #97dafa

#97dafa

Complementary Color

#97dafa #fab797

#97dafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dafa Color CSS Codes

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

#97dafa Text Font Color

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

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


#97dafa Background Color

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

This div background color is #97dafa


#97dafa Border Color

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

This div border color is #97dafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dafa

Related Colors


Comments

No comments written yet.

Please login to write comment.