Color Hex Logo

#5cbeff Color Hex

#5CBEFF
(92,190,255)
0 Favorites   0 Comments

Color spaces of #5cbeff

RGB 92190255
HSL0.571.000.68
HSV204°64°100°
CMYK 0.640.250.00   0.00
XYZ40.877146.3222101.3944
Yxy46.32220.21670.2456
Hunter Lab68.0604-11.8986-40.6862
CIE-Lab73.7541-9.4579-40.5571

#5cbeff color RGB value is (92,190,255).

#5cbeff hex color red value is 92, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5cbeff hue: 0.57 , saturation: 1.00 and the lightness value of 5cbeff is 0.68.

The process color (four color CMYK) of #5cbeff color hex is 0.64, 0.25, 0.00, 0.00. Web safe color of #5cbeff is #66ccff. Color #5cbeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111110 11111111
Octal 134 276 377
Decimal 92 190 255
Hex 5C BE FF

RGB Percentages of Color #5cbeff

%17.13
%35.38
%47.49

CMYK Percentages of Color #5cbeff

%64
%25
%0
%0

Triadic Colors of #5cbeff

#5cbeff #ff5cbe #beff5c

Analogous Colors of #5cbeff

#5cbeff #5c6dff #5cffef

Monochromatic Colors of #5cbeff

#5cbeff

Complementary Color

#5cbeff #ff9d5c

#5cbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbeff Color CSS Codes

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

#5cbeff Text Font Color

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

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


#5cbeff Background Color

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

This div background color is #5cbeff


#5cbeff Border Color

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

This div border color is #5cbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbeff


Comments

No comments written yet.

Please login to write comment.