Color Hex Logo

#9ffcea Color Hex

#9FFCEA
(159,252,234)
0 Favorites   0 Comments

Color spaces of #9ffcea

RGB 159252234
HSL0.470.940.81
HSV168°37°99°
CMYK 0.370.000.07   0.01
XYZ63.959882.932290.4784
Yxy82.93220.26950.3494
Hunter Lab91.0671-34.00034.8403
CIE-Lab92.9847-31.6084-0.1243

#9ffcea color RGB value is (159,252,234).

#9ffcea hex color red value is 159, green value is 252 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9ffcea hue: 0.47 , saturation: 0.94 and the lightness value of 9ffcea is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111100 11101010
Octal 237 374 352
Decimal 159 252 234
Hex 9F FC EA

RGB Percentages of Color #9ffcea

%24.65
%39.07
%36.28

CMYK Percentages of Color #9ffcea

%37
%0
%7
%1

Triadic Colors of #9ffcea

#9ffcea #ea9ffc #fcea9f

Analogous Colors of #9ffcea

#9ffcea #9fe0fc #9ffcbc

Monochromatic Colors of #9ffcea

#9ffcea

Complementary Color

#9ffcea #fc9fb1

#9ffcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffcea Color CSS Codes

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

#9ffcea Text Font Color

<p style="color:#9ffcea">Text here</p>

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


#9ffcea Background Color

<div style="background-color:#9ffcea">
Div content here</div>

This div background color is #9ffcea


#9ffcea Border Color

<div style="border:3px solid #9ffcea">
Div here</div>

This div border color is #9ffcea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,252,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ffcea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ffcea;
  -webkit-box-shadow: 1px 1px 3px 2px #9ffcea;
  box-shadow:         1px 1px 3px 2px #9ffcea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffcea

Related Colors


Comments

No comments written yet.

Please login to write comment.