Color Hex Logo

#5cbdec Color Hex

#5CBDEC
(92,189,236)
0 Favorites   0 Comments

Color spaces of #5cbdec

RGB 92189236
HSL0.550.790.64
HSV200°61°93°
CMYK 0.610.200.00   0.07
XYZ37.751644.726686.0003
Yxy44.72660.22410.2655
Hunter Lab66.8779-16.2758-29.4282
CIE-Lab72.7115-14.8391-31.9235

#5cbdec color RGB value is (92,189,236).

#5cbdec hex color red value is 92, green value is 189 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5cbdec hue: 0.55 , saturation: 0.79 and the lightness value of 5cbdec is 0.64.

The process color (four color CMYK) of #5cbdec color hex is 0.61, 0.20, 0.00, 0.07. Web safe color of #5cbdec is #66ccff. Color #5cbdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111101 11101100
Octal 134 275 354
Decimal 92 189 236
Hex 5C BD EC

RGB Percentages of Color #5cbdec

%17.79
%36.56
%45.65

CMYK Percentages of Color #5cbdec

%61
%20
%0
%7

Triadic Colors of #5cbdec

#5cbdec #ec5cbd #bdec5c

Analogous Colors of #5cbdec

#5cbdec #5c75ec #5cecd3

Monochromatic Colors of #5cbdec

#5cbdec

Complementary Color

#5cbdec #ec8b5c

#5cbdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbdec Color CSS Codes

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

#5cbdec Text Font Color

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

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


#5cbdec Background Color

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

This div background color is #5cbdec


#5cbdec Border Color

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

This div border color is #5cbdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbdec

#5cbdec Color Palettes


Comments

No comments written yet.

Please login to write comment.