Color Hex Logo

#5cbece Color Hex

#5CBECE
(92,190,206)
0 Favorites   0 Comments

Color spaces of #5cbece

RGB 92190206
HSL0.520.540.58
HSV188°55°81°
CMYK 0.550.080.00   0.19
XYZ33.967743.558565.0099
Yxy43.55850.23830.3056
Hunter Lab65.9989-23.6292-12.2024
CIE-Lab71.9324-24.1953-16.8031

#5cbece color RGB value is (92,190,206).

#5cbece hex color red value is 92, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5cbece hue: 0.52 , saturation: 0.54 and the lightness value of 5cbece is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111110 11001110
Octal 134 276 316
Decimal 92 190 206
Hex 5C BE CE

RGB Percentages of Color #5cbece

%18.85
%38.93
%42.21

CMYK Percentages of Color #5cbece

%55
%8
%0
%19

Triadic Colors of #5cbece

#5cbece #ce5cbe #bece5c

Analogous Colors of #5cbece

#5cbece #5c85ce #5ccea5

Monochromatic Colors of #5cbece

#5cbece

Complementary Color

#5cbece #ce6c5c

#5cbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbece Color CSS Codes

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

#5cbece Text Font Color

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

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


#5cbece Background Color

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

This div background color is #5cbece


#5cbece Border Color

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

This div border color is #5cbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbece


Comments

No comments written yet.

Please login to write comment.