Color Hex Logo

#97febe Color Hex

#97FEBE
(151,254,190)
0 Favorites   0 Comments

Color spaces of #97febe

RGB 151254190
HSL0.400.980.79
HSV143°41°100°
CMYK 0.410.000.25   0.00
XYZ57.498681.180661.3541
Yxy81.18060.28740.4058
Hunter Lab90.1003-43.763522.6965
CIE-Lab92.2120-43.558321.3796

#97febe color RGB value is (151,254,190).

#97febe hex color red value is 151, green value is 254 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #97febe hue: 0.40 , saturation: 0.98 and the lightness value of 97febe is 0.79.

The process color (four color CMYK) of #97febe color hex is 0.41, 0.00, 0.25, 0.00. Web safe color of #97febe is #99ffcc. Color #97febe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111110 10111110
Octal 227 376 276
Decimal 151 254 190
Hex 97 FE BE

RGB Percentages of Color #97febe

%25.38
%42.69
%31.93

CMYK Percentages of Color #97febe

%41
%0
%25
%0

Triadic Colors of #97febe

#97febe #be97fe #febe97

Analogous Colors of #97febe

#97febe #97fef2 #a4fe97

Monochromatic Colors of #97febe

#97febe

Complementary Color

#97febe #fe97d7

#97febe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97febe Color Preview on White Background

Lorem ipsum dolor sit amet.

#97febe Color CSS Codes

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

#97febe Text Font Color

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

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


#97febe Background Color

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

This div background color is #97febe


#97febe Border Color

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

This div border color is #97febe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97febe

Related Colors


Comments

No comments written yet.

Please login to write comment.