Color Hex Logo

#5cbedd Color Hex

#5CBEDD
(92,190,221)
0 Favorites   0 Comments

Color spaces of #5cbedd

RGB 92190221
HSL0.540.650.61
HSV194°58°87°
CMYK 0.580.140.00   0.13
XYZ35.878244.322775.0708
Yxy44.32270.23110.2855
Hunter Lab66.5753-20.3110-20.2531
CIE-Lab72.4437-19.8677-24.1962

#5cbedd color RGB value is (92,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111110 11011101
Octal 134 276 335
Decimal 92 190 221
Hex 5C BE DD

RGB Percentages of Color #5cbedd

%18.29
%37.77
%43.94

CMYK Percentages of Color #5cbedd

%58
%14
%0
%13

Triadic Colors of #5cbedd

#5cbedd #dd5cbe #bedd5c

Analogous Colors of #5cbedd

#5cbedd #5c7edd #5cddbc

Monochromatic Colors of #5cbedd

#5cbedd

Complementary Color

#5cbedd #dd7b5c

#5cbedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbedd Color CSS Codes

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

#5cbedd Text Font Color

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

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


#5cbedd Background Color

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

This div background color is #5cbedd


#5cbedd Border Color

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

This div border color is #5cbedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbedd


Comments

No comments written yet.

Please login to write comment.