Color Hex Logo

#5febbd Color Hex

#5FEBBD
(95,235,189)
0 Favorites   0 Comments

Color spaces of #5febbd

RGB 95235189
HSL0.450.780.65
HSV160°60°92°
CMYK 0.600.000.20   0.08
XYZ43.613065.523758.4928
Yxy65.52370.26020.3909
Hunter Lab80.9467-45.483313.8192
CIE-Lab84.7529-48.627411.1280

#5febbd color RGB value is (95,235,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101011 10111101
Octal 137 353 275
Decimal 95 235 189
Hex 5F EB BD

RGB Percentages of Color #5febbd

%18.30
%45.28
%36.42

CMYK Percentages of Color #5febbd

%60
%0
%20
%8

Triadic Colors of #5febbd

#5febbd #bd5feb #ebbd5f

Analogous Colors of #5febbd

#5febbd #5fd3eb #5feb77

Monochromatic Colors of #5febbd

#5febbd

Complementary Color

#5febbd #eb5f8d

#5febbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5febbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5febbd Color CSS Codes

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

#5febbd Text Font Color

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

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


#5febbd Background Color

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

This div background color is #5febbd


#5febbd Border Color

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

This div border color is #5febbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,235,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5febbd


Comments

No comments written yet.

Please login to write comment.