Color Hex Logo

#5febbc Color Hex

#5FEBBC
(95,235,188)
0 Favorites   0 Comments

Color spaces of #5febbc

RGB 95235188
HSL0.440.780.65
HSV160°60°92°
CMYK 0.600.000.20   0.08
XYZ43.504765.480457.9230
Yxy65.48040.26070.3923
Hunter Lab80.9200-45.643614.2038
CIE-Lab84.7307-48.851211.6194

#5febbc color RGB value is (95,235,188).

#5febbc hex color red value is 95, green value is 235 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5febbc hue: 0.44 , saturation: 0.78 and the lightness value of 5febbc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101011 10111100
Octal 137 353 274
Decimal 95 235 188
Hex 5F EB BC

RGB Percentages of Color #5febbc

%18.34
%45.37
%36.29

CMYK Percentages of Color #5febbc

%60
%0
%20
%8

Triadic Colors of #5febbc

#5febbc #bc5feb #ebbc5f

Analogous Colors of #5febbc

#5febbc #5fd4eb #5feb76

Monochromatic Colors of #5febbc

#5febbc

Complementary Color

#5febbc #eb5f8e

#5febbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5febbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5febbc Color CSS Codes

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

#5febbc Text Font Color

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

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


#5febbc Background Color

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

This div background color is #5febbc


#5febbc Border Color

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

This div border color is #5febbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5febbc


Comments

No comments written yet.

Please login to write comment.