Color Hex Logo

#5cebff Color Hex

#5CEBFF
(92,235,255)
0 Favorites   0 Comments

Color spaces of #5cebff

RGB 92235255
HSL0.521.000.68
HSV187°64°100°
CMYK 0.640.080.00   0.00
XYZ52.172068.9120105.1593
Yxy68.91200.23060.3046
Hunter Lab83.0133-33.0899-16.9979
CIE-Lab86.4605-32.2507-21.0376

#5cebff color RGB value is (92,235,255).

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

The process color (four color CMYK) of #5cebff color hex is 0.64, 0.08, 0.00, 0.00. Web safe color of #5cebff is #66ffff. Color #5cebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101011 11111111
Octal 134 353 377
Decimal 92 235 255
Hex 5C EB FF

RGB Percentages of Color #5cebff

%15.81
%40.38
%43.81

CMYK Percentages of Color #5cebff

%64
%8
%0
%0

Triadic Colors of #5cebff

#5cebff #ff5ceb #ebff5c

Analogous Colors of #5cebff

#5cebff #5c9aff #5cffc2

Monochromatic Colors of #5cebff

#5cebff

Complementary Color

#5cebff #ff705c

#5cebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cebff Color CSS Codes

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

#5cebff Text Font Color

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

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


#5cebff Background Color

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

This div background color is #5cebff


#5cebff Border Color

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

This div border color is #5cebff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,235,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 #5cebff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cebff

Related Colors


Comments

No comments written yet.

Please login to write comment.