Color Hex Logo

#5fdacc Color Hex

#5FDACC
(95,218,204)
0 Favorites   0 Comments

Color spaces of #5fdacc

RGB 95218204
HSL0.480.620.61
HSV173°56°85°
CMYK 0.560.000.06   0.15
XYZ40.689856.935365.9718
Yxy56.93530.24870.3480
Hunter Lab75.4555-35.79000.9808
CIE-Lab80.1432-37.5743-3.4732

#5fdacc color RGB value is (95,218,204).

#5fdacc hex color red value is 95, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5fdacc hue: 0.48 , saturation: 0.62 and the lightness value of 5fdacc is 0.61.

The process color (four color CMYK) of #5fdacc color hex is 0.56, 0.00, 0.06, 0.15. Web safe color of #5fdacc is #66cccc. Color #5fdacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011010 11001100
Octal 137 332 314
Decimal 95 218 204
Hex 5F DA CC

RGB Percentages of Color #5fdacc

%18.38
%42.17
%39.46

CMYK Percentages of Color #5fdacc

%56
%0
%6
%15

Triadic Colors of #5fdacc

#5fdacc #cc5fda #dacc5f

Analogous Colors of #5fdacc

#5fdacc #5fabda #5fda8f

Monochromatic Colors of #5fdacc

#5fdacc

Complementary Color

#5fdacc #da5f6d

#5fdacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdacc Color CSS Codes

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

#5fdacc Text Font Color

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

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


#5fdacc Background Color

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

This div background color is #5fdacc


#5fdacc Border Color

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

This div border color is #5fdacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdacc


Comments

No comments written yet.

Please login to write comment.