Color Hex Logo

#5cbce1 Color Hex

#5CBCE1
(92,188,225)
0 Favorites   0 Comments

Color spaces of #5cbce1

RGB 92188225
HSL0.550.690.62
HSV197°59°88°
CMYK 0.590.160.00   0.12
XYZ35.987543.678077.7681
Yxy43.67800.22860.2774
Hunter Lab66.0893-18.4581-23.5047
CIE-Lab72.0127-17.6437-27.0304

#5cbce1 color RGB value is (92,188,225).

#5cbce1 hex color red value is 92, green value is 188 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #5cbce1 hue: 0.55 , saturation: 0.69 and the lightness value of 5cbce1 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111100 11100001
Octal 134 274 341
Decimal 92 188 225
Hex 5C BC E1

RGB Percentages of Color #5cbce1

%18.22
%37.23
%44.55

CMYK Percentages of Color #5cbce1

%59
%16
%0
%12

Triadic Colors of #5cbce1

#5cbce1 #e15cbc #bce15c

Analogous Colors of #5cbce1

#5cbce1 #5c7ae1 #5ce1c4

Monochromatic Colors of #5cbce1

#5cbce1

Complementary Color

#5cbce1 #e1815c

#5cbce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbce1 Color CSS Codes

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

#5cbce1 Text Font Color

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

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


#5cbce1 Background Color

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

This div background color is #5cbce1


#5cbce1 Border Color

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

This div border color is #5cbce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbce1


Comments

No comments written yet.

Please login to write comment.