Color Hex Logo

#5cbedf Color Hex

#5CBEDF
(92,190,223)
0 Favorites   0 Comments

Color spaces of #5cbedf

RGB 92190223
HSL0.540.670.62
HSV195°59°87°
CMYK 0.590.150.00   0.13
XYZ36.146444.429976.4828
Yxy44.42990.23010.2829
Hunter Lab66.6558-19.8497-21.3721
CIE-Lab72.5149-19.2766-25.1742

#5cbedf color RGB value is (92,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111110 11011111
Octal 134 276 337
Decimal 92 190 223
Hex 5C BE DF

RGB Percentages of Color #5cbedf

%18.22
%37.62
%44.16

CMYK Percentages of Color #5cbedf

%59
%15
%0
%13

Triadic Colors of #5cbedf

#5cbedf #df5cbe #bedf5c

Analogous Colors of #5cbedf

#5cbedf #5c7ddf #5cdfbf

Monochromatic Colors of #5cbedf

#5cbedf

Complementary Color

#5cbedf #df7d5c

#5cbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbedf Color CSS Codes

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

#5cbedf Text Font Color

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

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


#5cbedf Background Color

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

This div background color is #5cbedf


#5cbedf Border Color

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

This div border color is #5cbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbedf


Comments

No comments written yet.

Please login to write comment.