Color Hex Logo

#5ddffa Color Hex

#5DDFFA
(93,223,250)
0 Favorites   0 Comments

Color spaces of #5ddffa

RGB 93223250
HSL0.530.940.67
HSV190°63°98°
CMYK 0.630.110.00   0.02
XYZ48.157262.004699.8724
Yxy62.00460.22930.2952
Hunter Lab78.7430-28.6342-20.0794
CIE-Lab82.9159-27.7551-23.7788

#5ddffa color RGB value is (93,223,250).

#5ddffa hex color red value is 93, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5ddffa hue: 0.53 , saturation: 0.94 and the lightness value of 5ddffa is 0.67.

The process color (four color CMYK) of #5ddffa color hex is 0.63, 0.11, 0.00, 0.02. Web safe color of #5ddffa is #66ccff. Color #5ddffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011111 11111010
Octal 135 337 372
Decimal 93 223 250
Hex 5D DF FA

RGB Percentages of Color #5ddffa

%16.43
%39.40
%44.17

CMYK Percentages of Color #5ddffa

%63
%11
%0
%2

Triadic Colors of #5ddffa

#5ddffa #fa5ddf #dffa5d

Analogous Colors of #5ddffa

#5ddffa #5d91fa #5dfac7

Monochromatic Colors of #5ddffa

#5ddffa

Complementary Color

#5ddffa #fa785d

#5ddffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddffa Color CSS Codes

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

#5ddffa Text Font Color

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

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


#5ddffa Background Color

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

This div background color is #5ddffa


#5ddffa Border Color

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

This div border color is #5ddffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddffa


Comments

No comments written yet.

Please login to write comment.