Color Hex Logo

#5ff9ce Color Hex

#5FF9CE
(95,249,206)
0 Favorites   0 Comments

Color spaces of #5ff9ce

RGB 95249206
HSL0.450.930.67
HSV163°62°98°
CMYK 0.620.000.17   0.02
XYZ49.735674.640570.1782
Yxy74.64050.25560.3836
Hunter Lab86.3947-48.432212.3152
CIE-Lab89.2243-50.63868.6609

#5ff9ce color RGB value is (95,249,206).

#5ff9ce hex color red value is 95, green value is 249 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5ff9ce hue: 0.45 , saturation: 0.93 and the lightness value of 5ff9ce is 0.67.

The process color (four color CMYK) of #5ff9ce color hex is 0.62, 0.00, 0.17, 0.02. Web safe color of #5ff9ce is #66ffcc. Color #5ff9ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111001 11001110
Octal 137 371 316
Decimal 95 249 206
Hex 5F F9 CE

RGB Percentages of Color #5ff9ce

%17.27
%45.27
%37.45

CMYK Percentages of Color #5ff9ce

%62
%0
%17
%2

Triadic Colors of #5ff9ce

#5ff9ce #ce5ff9 #f9ce5f

Analogous Colors of #5ff9ce

#5ff9ce #5fd7f9 #5ff981

Monochromatic Colors of #5ff9ce

#5ff9ce

Complementary Color

#5ff9ce #f95f8a

#5ff9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ff9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ff9ce Color CSS Codes

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

#5ff9ce Text Font Color

<p style="color:#5ff9ce">Text here</p>

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


#5ff9ce Background Color

<div style="background-color:#5ff9ce">
Div content here</div>

This div background color is #5ff9ce


#5ff9ce Border Color

<div style="border:3px solid #5ff9ce">
Div here</div>

This div border color is #5ff9ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,249,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ff9ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ff9ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5ff9ce;
  box-shadow:         1px 1px 3px 2px #5ff9ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,249,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ff9ce


Comments

No comments written yet.

Please login to write comment.