Color Hex Logo

#5dfacc Color Hex

#5DFACC
(93,250,204)
0 Favorites   0 Comments

Color spaces of #5dfacc

RGB 93250204
HSL0.450.940.67
HSV162°63°98°
CMYK 0.630.000.18   0.02
XYZ49.598975.058069.0003
Yxy75.05800.25610.3876
Hunter Lab86.6360-49.422213.4243
CIE-Lab89.4202-51.85219.9706

#5dfacc color RGB value is (93,250,204).

#5dfacc hex color red value is 93, green value is 250 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5dfacc hue: 0.45 , saturation: 0.94 and the lightness value of 5dfacc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111010 11001100
Octal 135 372 314
Decimal 93 250 204
Hex 5D FA CC

RGB Percentages of Color #5dfacc

%17.00
%45.70
%37.29

CMYK Percentages of Color #5dfacc

%63
%0
%18
%2

Triadic Colors of #5dfacc

#5dfacc #cc5dfa #facc5d

Analogous Colors of #5dfacc

#5dfacc #5ddafa #5dfa7e

Monochromatic Colors of #5dfacc

#5dfacc

Complementary Color

#5dfacc #fa5d8b

#5dfacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfacc Color CSS Codes

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

#5dfacc Text Font Color

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

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


#5dfacc Background Color

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

This div background color is #5dfacc


#5dfacc Border Color

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

This div border color is #5dfacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,250,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 #5dfacc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfacc


Comments

No comments written yet.

Please login to write comment.