Color Hex Logo

#5dcfce Color Hex

#5DCFCE
(93,207,206)
0 Favorites   0 Comments

Color spaces of #5dcfce

RGB 93207206
HSL0.500.540.59
HSV179°55°81°
CMYK 0.550.000.00   0.19
XYZ37.967651.409066.3144
Yxy51.40900.24390.3302
Hunter Lab71.7001-30.9534-4.6464
CIE-Lab76.9261-32.3058-9.3123

#5dcfce color RGB value is (93,207,206).

#5dcfce hex color red value is 93, green value is 207 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5dcfce hue: 0.50 , saturation: 0.54 and the lightness value of 5dcfce is 0.59.

The process color (four color CMYK) of #5dcfce color hex is 0.55, 0.00, 0.00, 0.19. Web safe color of #5dcfce is #66cccc. Color #5dcfce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001111 11001110
Octal 135 317 316
Decimal 93 207 206
Hex 5D CF CE

RGB Percentages of Color #5dcfce

%18.38
%40.91
%40.71

CMYK Percentages of Color #5dcfce

%55
%0
%0
%19

Triadic Colors of #5dcfce

#5dcfce #ce5dcf #cfce5d

Analogous Colors of #5dcfce

#5dcfce #5d97cf #5dcf95

Monochromatic Colors of #5dcfce

#5dcfce

Complementary Color

#5dcfce #cf5d5e

#5dcfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcfce Color CSS Codes

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

#5dcfce Text Font Color

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

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


#5dcfce Background Color

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

This div background color is #5dcfce


#5dcfce Border Color

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

This div border color is #5dcfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcfce


Comments

No comments written yet.

Please login to write comment.