Color Hex Logo

#5cbedb Color Hex

#5CBEDB
(92,190,219)
0 Favorites   0 Comments

Color spaces of #5cbedb

RGB 92190219
HSL0.540.640.61
HSV194°58°86°
CMYK 0.580.130.00   0.14
XYZ35.613344.216773.6755
Yxy44.21670.23200.2880
Hunter Lab66.4956-20.7675-19.1449
CIE-Lab72.3731-20.4551-23.2163

#5cbedb color RGB value is (92,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111110 11011011
Octal 134 276 333
Decimal 92 190 219
Hex 5C BE DB

RGB Percentages of Color #5cbedb

%18.36
%37.92
%43.71

CMYK Percentages of Color #5cbedb

%58
%13
%0
%14

Triadic Colors of #5cbedb

#5cbedb #db5cbe #bedb5c

Analogous Colors of #5cbedb

#5cbedb #5c7fdb #5cdbb9

Monochromatic Colors of #5cbedb

#5cbedb

Complementary Color

#5cbedb #db795c

#5cbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbedb Color CSS Codes

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

#5cbedb Text Font Color

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

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


#5cbedb Background Color

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

This div background color is #5cbedb


#5cbedb Border Color

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

This div border color is #5cbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbedb


Comments

No comments written yet.

Please login to write comment.