Color Hex Logo

#5dccec Color Hex

#5DCCEC
(93,204,236)
0 Favorites   0 Comments

Color spaces of #5dccec

RGB 93204236
HSL0.540.790.65
HSV193°61°93°
CMYK 0.610.140.00   0.07
XYZ41.247451.569087.1367
Yxy51.56900.22920.2866
Hunter Lab71.8116-23.1427-21.6749
CIE-Lab77.0224-22.4091-25.3016

#5dccec color RGB value is (93,204,236).

#5dccec hex color red value is 93, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5dccec hue: 0.54 , saturation: 0.79 and the lightness value of 5dccec is 0.65.

The process color (four color CMYK) of #5dccec color hex is 0.61, 0.14, 0.00, 0.07. Web safe color of #5dccec is #66ccff. Color #5dccec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001100 11101100
Octal 135 314 354
Decimal 93 204 236
Hex 5D CC EC

RGB Percentages of Color #5dccec

%17.45
%38.27
%44.28

CMYK Percentages of Color #5dccec

%61
%14
%0
%7

Triadic Colors of #5dccec

#5dccec #ec5dcc #ccec5d

Analogous Colors of #5dccec

#5dccec #5d85ec #5decc5

Monochromatic Colors of #5dccec

#5dccec

Complementary Color

#5dccec #ec7d5d

#5dccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dccec Color CSS Codes

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

#5dccec Text Font Color

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

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


#5dccec Background Color

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

This div background color is #5dccec


#5dccec Border Color

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

This div border color is #5dccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dccec


Comments

No comments written yet.

Please login to write comment.