Color Hex Logo

#5febdb Color Hex

#5FEBDB
(95,235,219)
0 Favorites   0 Comments

Color spaces of #5febdb

RGB 95235219
HSL0.480.780.65
HSV173°60°92°
CMYK 0.600.000.07   0.08
XYZ47.213866.964077.4548
Yxy66.96400.24640.3494
Hunter Lab81.8315-40.21721.1632
CIE-Lab85.4858-41.4523-3.5607

#5febdb color RGB value is (95,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101011 11011011
Octal 137 353 333
Decimal 95 235 219
Hex 5F EB DB

RGB Percentages of Color #5febdb

%17.30
%42.81
%39.89

CMYK Percentages of Color #5febdb

%60
%0
%7
%8

Triadic Colors of #5febdb

#5febdb #db5feb #ebdb5f

Analogous Colors of #5febdb

#5febdb #5fb5eb #5feb95

Monochromatic Colors of #5febdb

#5febdb

Complementary Color

#5febdb #eb5f6f

#5febdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5febdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5febdb Color CSS Codes

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

#5febdb Text Font Color

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

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


#5febdb Background Color

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

This div background color is #5febdb


#5febdb Border Color

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

This div border color is #5febdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5febdb


Comments

No comments written yet.

Please login to write comment.