Color Hex Logo

#5ff9cd Color Hex

#5FF9CD
(95,249,205)
0 Favorites   0 Comments

Color spaces of #5ff9cd

RGB 95249205
HSL0.450.930.67
HSV163°62°98°
CMYK 0.620.000.18   0.02
XYZ49.614474.592069.5404
Yxy74.59200.25610.3850
Hunter Lab86.3667-48.600112.7178
CIE-Lab89.2015-50.86799.1466

#5ff9cd color RGB value is (95,249,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111001 11001101
Octal 137 371 315
Decimal 95 249 205
Hex 5F F9 CD

RGB Percentages of Color #5ff9cd

%17.30
%45.36
%37.34

CMYK Percentages of Color #5ff9cd

%62
%0
%18
%2

Triadic Colors of #5ff9cd

#5ff9cd #cd5ff9 #f9cd5f

Analogous Colors of #5ff9cd

#5ff9cd #5fd8f9 #5ff980

Monochromatic Colors of #5ff9cd

#5ff9cd

Complementary Color

#5ff9cd #f95f8b

#5ff9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ff9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ff9cd Color CSS Codes

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

#5ff9cd Text Font Color

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

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


#5ff9cd Background Color

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

This div background color is #5ff9cd


#5ff9cd Border Color

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

This div border color is #5ff9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ff9cd


Comments

No comments written yet.

Please login to write comment.