Color Hex Logo

#5dcaea Color Hex

#5DCAEA
(93,202,234)
0 Favorites   0 Comments

Color spaces of #5dcaea

RGB 93202234
HSL0.540.770.64
HSV194°60°92°
CMYK 0.600.140.00   0.08
XYZ40.486050.508785.4572
Yxy50.50870.22940.2862
Hunter Lab71.0695-22.6859-21.5444
CIE-Lab76.3804-21.9858-25.2077

#5dcaea color RGB value is (93,202,234).

#5dcaea hex color red value is 93, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5dcaea hue: 0.54 , saturation: 0.77 and the lightness value of 5dcaea is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001010 11101010
Octal 135 312 352
Decimal 93 202 234
Hex 5D CA EA

RGB Percentages of Color #5dcaea

%17.58
%38.19
%44.23

CMYK Percentages of Color #5dcaea

%60
%14
%0
%8

Triadic Colors of #5dcaea

#5dcaea #ea5dca #caea5d

Analogous Colors of #5dcaea

#5dcaea #5d84ea #5deac4

Monochromatic Colors of #5dcaea

#5dcaea

Complementary Color

#5dcaea #ea7d5d

#5dcaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcaea Color CSS Codes

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

#5dcaea Text Font Color

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

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


#5dcaea Background Color

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

This div background color is #5dcaea


#5dcaea Border Color

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

This div border color is #5dcaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcaea


Comments

No comments written yet.

Please login to write comment.