Color Hex Logo

#5efdcc Color Hex

#5EFDCC
(94,253,204)
0 Favorites   0 Comments

Color spaces of #5efdcc

RGB 94253204
HSL0.450.980.68
HSV162°63°99°
CMYK 0.630.000.19   0.01
XYZ50.640576.989969.3182
Yxy76.98990.25710.3909
Hunter Lab87.7439-50.532314.5813
CIE-Lab90.3170-52.919311.2534

#5efdcc color RGB value is (94,253,204).

#5efdcc hex color red value is 94, green value is 253 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5efdcc hue: 0.45 , saturation: 0.98 and the lightness value of 5efdcc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111101 11001100
Octal 136 375 314
Decimal 94 253 204
Hex 5E FD CC

RGB Percentages of Color #5efdcc

%17.06
%45.92
%37.02

CMYK Percentages of Color #5efdcc

%63
%0
%19
%1

Triadic Colors of #5efdcc

#5efdcc #cc5efd #fdcc5e

Analogous Colors of #5efdcc

#5efdcc #5edffd #5efd7d

Monochromatic Colors of #5efdcc

#5efdcc

Complementary Color

#5efdcc #fd5e8f

#5efdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efdcc Color CSS Codes

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

#5efdcc Text Font Color

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

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


#5efdcc Background Color

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

This div background color is #5efdcc


#5efdcc Border Color

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

This div border color is #5efdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efdcc

Related Colors


Comments

No comments written yet.

Please login to write comment.