Color Hex Logo

#5cb7dc Color Hex

#5CB7DC
(92,183,220)
0 Favorites   0 Comments

Color spaces of #5cb7dc

RGB 92183220
HSL0.550.650.61
HSV197°58°86°
CMYK 0.580.170.00   0.14
XYZ34.265441.309673.8777
Yxy41.30960.22930.2764
Hunter Lab64.2725-17.3139-23.1598
CIE-Lab70.3923-16.5233-26.7920

#5cb7dc color RGB value is (92,183,220).

#5cb7dc hex color red value is 92, green value is 183 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5cb7dc hue: 0.55 , saturation: 0.65 and the lightness value of 5cb7dc is 0.61.

The process color (four color CMYK) of #5cb7dc color hex is 0.58, 0.17, 0.00, 0.14. Web safe color of #5cb7dc is #66cccc. Color #5cb7dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10110111 11011100
Octal 134 267 334
Decimal 92 183 220
Hex 5C B7 DC

RGB Percentages of Color #5cb7dc

%18.59
%36.97
%44.44

CMYK Percentages of Color #5cb7dc

%58
%17
%0
%14

Triadic Colors of #5cb7dc

#5cb7dc #dc5cb7 #b7dc5c

Analogous Colors of #5cb7dc

#5cb7dc #5c77dc #5cdcc1

Monochromatic Colors of #5cb7dc

#5cb7dc

Complementary Color

#5cb7dc #dc815c

#5cb7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cb7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cb7dc Color CSS Codes

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

#5cb7dc Text Font Color

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

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


#5cb7dc Background Color

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

This div background color is #5cb7dc


#5cb7dc Border Color

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

This div border color is #5cb7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cb7dc


Comments

No comments written yet.

Please login to write comment.