Color Hex Logo

#5bcf98 Color Hex

#5BCF98
(91,207,152)
0 Favorites   0 Comments

Color spaces of #5bcf98

RGB 91207152
HSL0.420.550.58
HSV152°56°81°
CMYK 0.560.000.27   0.19
XYZ32.294749.116837.4841
Yxy49.11680.27160.4131
Hunter Lab70.0834-40.392417.3471
CIE-Lab75.5239-45.599717.6286

#5bcf98 color RGB value is (91,207,152).

#5bcf98 hex color red value is 91, green value is 207 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #5bcf98 hue: 0.42 , saturation: 0.55 and the lightness value of 5bcf98 is 0.58.

The process color (four color CMYK) of #5bcf98 color hex is 0.56, 0.00, 0.27, 0.19. Web safe color of #5bcf98 is #66cc99. Color #5bcf98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001111 10011000
Octal 133 317 230
Decimal 91 207 152
Hex 5B CF 98

RGB Percentages of Color #5bcf98

%20.22
%46.00
%33.78

CMYK Percentages of Color #5bcf98

%56
%0
%27
%19

Triadic Colors of #5bcf98

#5bcf98 #985bcf #cf985b

Analogous Colors of #5bcf98

#5bcf98 #5bcccf #5bcf5e

Monochromatic Colors of #5bcf98

#5bcf98

Complementary Color

#5bcf98 #cf5b92

#5bcf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcf98 Color CSS Codes

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

#5bcf98 Text Font Color

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

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


#5bcf98 Background Color

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

This div background color is #5bcf98


#5bcf98 Border Color

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

This div border color is #5bcf98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,207,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bcf98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bcf98;
  -webkit-box-shadow: 1px 1px 3px 2px #5bcf98;
  box-shadow:         1px 1px 3px 2px #5bcf98; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,207,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcf98


Comments

No comments written yet.

Please login to write comment.