Color Hex Logo

#5cebe1 Color Hex

#5CEBE1
(92,235,225)
0 Favorites   0 Comments

Color spaces of #5cebe1

RGB 92235225
HSL0.490.780.64
HSV176°61°92°
CMYK 0.610.000.04   0.08
XYZ47.712667.128281.6765
Yxy67.12820.24280.3416
Hunter Lab81.9318-39.4320-1.7530
CIE-Lab85.5686-40.4199-6.6043

#5cebe1 color RGB value is (92,235,225).

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

The process color (four color CMYK) of #5cebe1 color hex is 0.61, 0.00, 0.04, 0.08. Web safe color of #5cebe1 is #66ffcc. Color #5cebe1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101011 11100001
Octal 134 353 341
Decimal 92 235 225
Hex 5C EB E1

RGB Percentages of Color #5cebe1

%16.67
%42.57
%40.76

CMYK Percentages of Color #5cebe1

%61
%0
%4
%8

Triadic Colors of #5cebe1

#5cebe1 #e15ceb #ebe15c

Analogous Colors of #5cebe1

#5cebe1 #5caeeb #5ceb9a

Monochromatic Colors of #5cebe1

#5cebe1

Complementary Color

#5cebe1 #eb5c66

#5cebe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cebe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cebe1 Color CSS Codes

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

#5cebe1 Text Font Color

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

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


#5cebe1 Background Color

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

This div background color is #5cebe1


#5cebe1 Border Color

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

This div border color is #5cebe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cebe1


Comments

No comments written yet.

Please login to write comment.