Color Hex Logo

#5dfceb Color Hex

#5DFCEB
(93,252,235)
0 Favorites   0 Comments

Color spaces of #5dfceb

RGB 93252235
HSL0.480.960.68
HSV174°63°99°
CMYK 0.630.000.07   0.01
XYZ54.320077.946190.7794
Yxy77.94610.24350.3495
Hunter Lab88.2871-44.67750.8372
CIE-Lab90.7553-45.2200-4.1765

#5dfceb color RGB value is (93,252,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111100 11101011
Octal 135 374 353
Decimal 93 252 235
Hex 5D FC EB

RGB Percentages of Color #5dfceb

%16.03
%43.45
%40.52

CMYK Percentages of Color #5dfceb

%63
%0
%7
%1

Triadic Colors of #5dfceb

#5dfceb #eb5dfc #fceb5d

Analogous Colors of #5dfceb

#5dfceb #5dbefc #5dfc9c

Monochromatic Colors of #5dfceb

#5dfceb

Complementary Color

#5dfceb #fc5d6e

#5dfceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfceb Color CSS Codes

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

#5dfceb Text Font Color

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

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


#5dfceb Background Color

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

This div background color is #5dfceb


#5dfceb Border Color

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

This div border color is #5dfceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfceb

Related Colors


Comments

No comments written yet.

Please login to write comment.