Color Hex Logo

#5cbebc Color Hex

#5CBEBC
(92,190,188)
0 Favorites   0 Comments

Color spaces of #5cbebc

RGB 92190188
HSL0.500.430.55
HSV179°52°75°
CMYK 0.520.000.01   0.25
XYZ31.904242.733154.1437
Yxy42.73310.24770.3318
Hunter Lab65.3706-27.2813-3.3480
CIE-Lab71.3734-29.1217-7.8063

#5cbebc color RGB value is (92,190,188).

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

The process color (four color CMYK) of #5cbebc color hex is 0.52, 0.00, 0.01, 0.25. Web safe color of #5cbebc is #66cccc. Color #5cbebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111110 10111100
Octal 134 276 274
Decimal 92 190 188
Hex 5C BE BC

RGB Percentages of Color #5cbebc

%19.57
%40.43
%40.00

CMYK Percentages of Color #5cbebc

%52
%0
%1
%25

Triadic Colors of #5cbebc

#5cbebc #bc5cbe #bebc5c

Analogous Colors of #5cbebc

#5cbebc #5c8fbe #5cbe8b

Monochromatic Colors of #5cbebc

#5cbebc

Complementary Color

#5cbebc #be5c5e

#5cbebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbebc Color CSS Codes

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

#5cbebc Text Font Color

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

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


#5cbebc Background Color

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

This div background color is #5cbebc


#5cbebc Border Color

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

This div border color is #5cbebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbebc


Comments

No comments written yet.

Please login to write comment.