Color Hex Logo

#5ff3dc Color Hex

#5FF3DC
(95,243,220)
0 Favorites   0 Comments

Color spaces of #5ff3dc

RGB 95243220
HSL0.470.860.66
HSV171°61°95°
CMYK 0.610.000.09   0.05
XYZ49.688271.701478.9311
Yxy71.70140.24800.3579
Hunter Lab84.6767-43.44054.0067
CIE-Lab87.8247-44.7336-0.6553

#5ff3dc color RGB value is (95,243,220).

#5ff3dc hex color red value is 95, green value is 243 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5ff3dc hue: 0.47 , saturation: 0.86 and the lightness value of 5ff3dc is 0.66.

The process color (four color CMYK) of #5ff3dc color hex is 0.61, 0.00, 0.09, 0.05. Web safe color of #5ff3dc is #66ffcc. Color #5ff3dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11110011 11011100
Octal 137 363 334
Decimal 95 243 220
Hex 5F F3 DC

RGB Percentages of Color #5ff3dc

%17.03
%43.55
%39.43

CMYK Percentages of Color #5ff3dc

%61
%0
%9
%5

Triadic Colors of #5ff3dc

#5ff3dc #dc5ff3 #f3dc5f

Analogous Colors of #5ff3dc

#5ff3dc #5fc0f3 #5ff392

Monochromatic Colors of #5ff3dc

#5ff3dc

Complementary Color

#5ff3dc #f35f76

#5ff3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ff3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ff3dc Color CSS Codes

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

#5ff3dc Text Font Color

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

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


#5ff3dc Background Color

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

This div background color is #5ff3dc


#5ff3dc Border Color

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

This div border color is #5ff3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ff3dc


Comments

No comments written yet.

Please login to write comment.