Color Hex Logo

#97fceb Color Hex

#97FCEB
(151,252,235)
0 Favorites   0 Comments

Color spaces of #97fceb

RGB 151252235
HSL0.470.940.79
HSV170°40°99°
CMYK 0.400.000.07   0.01
XYZ62.568382.198391.1654
Yxy82.19830.26520.3484
Hunter Lab90.6633-35.47483.8459
CIE-Lab92.6623-33.4194-1.1549

#97fceb color RGB value is (151,252,235).

#97fceb hex color red value is 151, green value is 252 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #97fceb hue: 0.47 , saturation: 0.94 and the lightness value of 97fceb is 0.79.

The process color (four color CMYK) of #97fceb color hex is 0.40, 0.00, 0.07, 0.01. Web safe color of #97fceb is #99ffff. Color #97fceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111100 11101011
Octal 227 374 353
Decimal 151 252 235
Hex 97 FC EB

RGB Percentages of Color #97fceb

%23.67
%39.50
%36.83

CMYK Percentages of Color #97fceb

%40
%0
%7
%1

Triadic Colors of #97fceb

#97fceb #eb97fc #fceb97

Analogous Colors of #97fceb

#97fceb #97dbfc #97fcb9

Monochromatic Colors of #97fceb

#97fceb

Complementary Color

#97fceb #fc97a8

#97fceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97fceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97fceb Color CSS Codes

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

#97fceb Text Font Color

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

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


#97fceb Background Color

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

This div background color is #97fceb


#97fceb Border Color

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

This div border color is #97fceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97fceb

Related Colors

#97fceb Color Palettes


Comments

No comments written yet.

Please login to write comment.