Color Hex Logo

#5ddefc Color Hex

#5DDEFC
(93,222,252)
0 Favorites   0 Comments

Color spaces of #5ddefc

RGB 93222252
HSL0.530.960.68
HSV191°63°99°
CMYK 0.630.120.00   0.01
XYZ48.206261.5980101.4443
Yxy61.59800.22820.2916
Hunter Lab78.4844-27.7105-21.6957
CIE-Lab82.6992-26.6859-25.1666

#5ddefc color RGB value is (93,222,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011110 11111100
Octal 135 336 374
Decimal 93 222 252
Hex 5D DE FC

RGB Percentages of Color #5ddefc

%16.40
%39.15
%44.44

CMYK Percentages of Color #5ddefc

%63
%12
%0
%1

Triadic Colors of #5ddefc

#5ddefc #fc5dde #defc5d

Analogous Colors of #5ddefc

#5ddefc #5d8ffc #5dfccb

Monochromatic Colors of #5ddefc

#5ddefc

Complementary Color

#5ddefc #fc7b5d

#5ddefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddefc Color CSS Codes

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

#5ddefc Text Font Color

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

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


#5ddefc Background Color

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

This div background color is #5ddefc


#5ddefc Border Color

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

This div border color is #5ddefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddefc

Related Colors


Comments

No comments written yet.

Please login to write comment.