Color Hex Logo

#5febdc Color Hex

#5FEBDC
(95,235,220)
0 Favorites   0 Comments

Color spaces of #5febdc

RGB 95235220
HSL0.480.780.65
HSV174°60°92°
CMYK 0.600.000.06   0.08
XYZ47.345967.016978.1503
Yxy67.01690.24590.3481
Hunter Lab81.8639-40.02640.7042
CIE-Lab85.5125-41.1985-4.0474

#5febdc color RGB value is (95,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101011 11011100
Octal 137 353 334
Decimal 95 235 220
Hex 5F EB DC

RGB Percentages of Color #5febdc

%17.27
%42.73
%40.00

CMYK Percentages of Color #5febdc

%60
%0
%6
%8

Triadic Colors of #5febdc

#5febdc #dc5feb #ebdc5f

Analogous Colors of #5febdc

#5febdc #5fb4eb #5feb96

Monochromatic Colors of #5febdc

#5febdc

Complementary Color

#5febdc #eb5f6e

#5febdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5febdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5febdc Color CSS Codes

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

#5febdc Text Font Color

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

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


#5febdc Background Color

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

This div background color is #5febdc


#5febdc Border Color

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

This div border color is #5febdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5febdc


Comments

No comments written yet.

Please login to write comment.