Color Hex Logo

#5ddeff Color Hex

#5DDEFF
(93,222,255)
0 Favorites   0 Comments

Color spaces of #5ddeff

RGB 93222255
HSL0.531.000.68
HSV192°64°100°
CMYK 0.640.130.00   0.00
XYZ48.685561.7897103.9684
Yxy61.78970.22700.2881
Hunter Lab78.6064-27.0059-23.3951
CIE-Lab82.8015-25.8096-26.5971

#5ddeff color RGB value is (93,222,255).

#5ddeff hex color red value is 93, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5ddeff hue: 0.53 , saturation: 1.00 and the lightness value of 5ddeff is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011110 11111111
Octal 135 336 377
Decimal 93 222 255
Hex 5D DE FF

RGB Percentages of Color #5ddeff

%16.32
%38.95
%44.74

CMYK Percentages of Color #5ddeff

%64
%13
%0
%0

Triadic Colors of #5ddeff

#5ddeff #ff5dde #deff5d

Analogous Colors of #5ddeff

#5ddeff #5d8dff #5dffcf

Monochromatic Colors of #5ddeff

#5ddeff

Complementary Color

#5ddeff #ff7e5d

#5ddeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddeff Color CSS Codes

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

#5ddeff Text Font Color

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

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


#5ddeff Background Color

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

This div background color is #5ddeff


#5ddeff Border Color

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

This div border color is #5ddeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddeff

Related Colors


Comments

No comments written yet.

Please login to write comment.