Color Hex Logo

#5dceee Color Hex

#5DCEEE
(93,206,238)
0 Favorites   0 Comments

Color spaces of #5dceee

RGB 93206238
HSL0.540.810.65
HSV193°61°93°
CMYK 0.610.130.00   0.07
XYZ42.018152.642888.8354
Yxy52.64280.22900.2869
Hunter Lab72.5554-23.5993-21.8048
CIE-Lab77.6636-22.8298-25.3949

#5dceee color RGB value is (93,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001110 11101110
Octal 135 316 356
Decimal 93 206 238
Hex 5D CE EE

RGB Percentages of Color #5dceee

%17.32
%38.36
%44.32

CMYK Percentages of Color #5dceee

%61
%13
%0
%7

Triadic Colors of #5dceee

#5dceee #ee5dce #ceee5d

Analogous Colors of #5dceee

#5dceee #5d86ee #5deec6

Monochromatic Colors of #5dceee

#5dceee

Complementary Color

#5dceee #ee7d5d

#5dceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dceee Color CSS Codes

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

#5dceee Text Font Color

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

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


#5dceee Background Color

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

This div background color is #5dceee


#5dceee Border Color

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

This div border color is #5dceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dceee


Comments

No comments written yet.

Please login to write comment.