Color Hex Logo

#5cadfb Color Hex

#5CADFB
(92,173,251)
0 Favorites   0 Comments

Color spaces of #5cadfb

RGB 92173251
HSL0.580.950.67
HSV209°63°98°
CMYK 0.630.310.00   0.02
XYZ36.769839.127596.8812
Yxy39.12750.21280.2265
Hunter Lab62.5520-4.5387-48.0426
CIE-Lab68.8435-1.3810-46.0818

#5cadfb color RGB value is (92,173,251).

#5cadfb hex color red value is 92, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5cadfb hue: 0.58 , saturation: 0.95 and the lightness value of 5cadfb is 0.67.

The process color (four color CMYK) of #5cadfb color hex is 0.63, 0.31, 0.00, 0.02. Web safe color of #5cadfb is #6699ff. Color #5cadfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101101 11111011
Octal 134 255 373
Decimal 92 173 251
Hex 5C AD FB

RGB Percentages of Color #5cadfb

%17.83
%33.53
%48.64

CMYK Percentages of Color #5cadfb

%63
%31
%0
%2

Triadic Colors of #5cadfb

#5cadfb #fb5cad #adfb5c

Analogous Colors of #5cadfb

#5cadfb #5c5dfb #5cfbfa

Monochromatic Colors of #5cadfb

#5cadfb

Complementary Color

#5cadfb #fbaa5c

#5cadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cadfb Color CSS Codes

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

#5cadfb Text Font Color

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

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


#5cadfb Background Color

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

This div background color is #5cadfb


#5cadfb Border Color

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

This div border color is #5cadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cadfb

Related Colors


Comments

No comments written yet.

Please login to write comment.