Color Hex Logo

#5dfeee Color Hex

#5DFEEE
(93,254,238)
0 Favorites   0 Comments

Color spaces of #5dfeee

RGB 93254238
HSL0.480.990.68
HSV174°63°100°
CMYK 0.630.000.06   0.00
XYZ55.388679.383893.2922
Yxy79.38380.24290.3481
Hunter Lab89.0976-44.95410.2870
CIE-Lab91.4077-45.3287-4.7727

#5dfeee color RGB value is (93,254,238).

#5dfeee hex color red value is 93, green value is 254 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5dfeee hue: 0.48 , saturation: 0.99 and the lightness value of 5dfeee is 0.68.

The process color (four color CMYK) of #5dfeee color hex is 0.63, 0.00, 0.06, 0.00. Web safe color of #5dfeee is #66ffff. Color #5dfeee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111110 11101110
Octal 135 376 356
Decimal 93 254 238
Hex 5D FE EE

RGB Percentages of Color #5dfeee

%15.90
%43.42
%40.68

CMYK Percentages of Color #5dfeee

%63
%0
%6
%0

Triadic Colors of #5dfeee

#5dfeee #ee5dfe #feee5d

Analogous Colors of #5dfeee

#5dfeee #5dbefe #5dfe9e

Monochromatic Colors of #5dfeee

#5dfeee

Complementary Color

#5dfeee #fe5d6d

#5dfeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfeee Color CSS Codes

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

#5dfeee Text Font Color

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

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


#5dfeee Background Color

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

This div background color is #5dfeee


#5dfeee Border Color

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

This div border color is #5dfeee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,254,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfeee

Related Colors


Comments

No comments written yet.

Please login to write comment.