Color Hex Logo

#5cdbfd Color Hex

#5CDBFD
(92,219,253)
0 Favorites   0 Comments

Color spaces of #5cdbfd

RGB 92219253
HSL0.540.980.68
HSV193°64°99°
CMYK 0.640.130.00   0.01
XYZ47.474860.0302102.0133
Yxy60.03020.22660.2865
Hunter Lab77.4792-26.2139-23.8290
CIE-Lab81.8546-25.0724-26.9873

#5cdbfd color RGB value is (92,219,253).

#5cdbfd hex color red value is 92, green value is 219 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5cdbfd hue: 0.54 , saturation: 0.98 and the lightness value of 5cdbfd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011011 11111101
Octal 134 333 375
Decimal 92 219 253
Hex 5C DB FD

RGB Percentages of Color #5cdbfd

%16.31
%38.83
%44.86

CMYK Percentages of Color #5cdbfd

%64
%13
%0
%1

Triadic Colors of #5cdbfd

#5cdbfd #fd5cdb #dbfd5c

Analogous Colors of #5cdbfd

#5cdbfd #5c8bfd #5cfdcf

Monochromatic Colors of #5cdbfd

#5cdbfd

Complementary Color

#5cdbfd #fd7e5c

#5cdbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cdbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cdbfd Color CSS Codes

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

#5cdbfd Text Font Color

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

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


#5cdbfd Background Color

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

This div background color is #5cdbfd


#5cdbfd Border Color

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

This div border color is #5cdbfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,219,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5cdbfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5cdbfd;
  -webkit-box-shadow: 1px 1px 3px 2px #5cdbfd;
  box-shadow:         1px 1px 3px 2px #5cdbfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,219,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cdbfd


Comments

No comments written yet.

Please login to write comment.