Color Hex Logo

#5cbeeb Color Hex

#5CBEEB
(92,190,235)
0 Favorites   0 Comments

Color spaces of #5cbeeb

RGB 92190235
HSL0.550.780.64
HSV199°61°92°
CMYK 0.610.190.00   0.08
XYZ37.822545.100485.3090
Yxy45.10040.22480.2681
Hunter Lab67.1568-16.9939-28.3060
CIE-Lab72.9580-15.6715-31.0019

#5cbeeb color RGB value is (92,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111110 11101011
Octal 134 276 353
Decimal 92 190 235
Hex 5C BE EB

RGB Percentages of Color #5cbeeb

%17.79
%36.75
%45.45

CMYK Percentages of Color #5cbeeb

%61
%19
%0
%8

Triadic Colors of #5cbeeb

#5cbeeb #eb5cbe #beeb5c

Analogous Colors of #5cbeeb

#5cbeeb #5c77eb #5cebd1

Monochromatic Colors of #5cbeeb

#5cbeeb

Complementary Color

#5cbeeb #eb895c

#5cbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbeeb Color CSS Codes

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

#5cbeeb Text Font Color

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

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


#5cbeeb Background Color

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

This div background color is #5cbeeb


#5cbeeb Border Color

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

This div border color is #5cbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbeeb


Comments

No comments written yet.

Please login to write comment.