Color Hex Logo

#5cbeed Color Hex

#5CBEED
(92,190,237)
0 Favorites   0 Comments

Color spaces of #5cbeed

RGB 92190237
HSL0.550.800.65
HSV199°61°93°
CMYK 0.610.200.00   0.07
XYZ38.113245.216686.8397
Yxy45.21660.22400.2657
Hunter Lab67.2433-16.5027-29.4983
CIE-Lab73.0343-15.0607-31.9665

#5cbeed color RGB value is (92,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111110 11101101
Octal 134 276 355
Decimal 92 190 237
Hex 5C BE ED

RGB Percentages of Color #5cbeed

%17.73
%36.61
%45.66

CMYK Percentages of Color #5cbeed

%61
%20
%0
%7

Triadic Colors of #5cbeed

#5cbeed #ed5cbe #beed5c

Analogous Colors of #5cbeed

#5cbeed #5c76ed #5cedd4

Monochromatic Colors of #5cbeed

#5cbeed

Complementary Color

#5cbeed #ed8b5c

#5cbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbeed Color CSS Codes

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

#5cbeed Text Font Color

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

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


#5cbeed Background Color

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

This div background color is #5cbeed


#5cbeed Border Color

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

This div border color is #5cbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbeed


Comments

No comments written yet.

Please login to write comment.