Color Hex Logo

#5febdd Color Hex

#5FEBDD
(95,235,221)
0 Favorites   0 Comments

Color spaces of #5febdd

RGB 95235221
HSL0.480.780.65
HSV174°60°92°
CMYK 0.600.000.06   0.08
XYZ47.478867.070078.8500
Yxy67.07000.24550.3468
Hunter Lab81.8963-39.83430.2428
CIE-Lab85.5393-40.9435-4.5340

#5febdd color RGB value is (95,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101011 11011101
Octal 137 353 335
Decimal 95 235 221
Hex 5F EB DD

RGB Percentages of Color #5febdd

%17.24
%42.65
%40.11

CMYK Percentages of Color #5febdd

%60
%0
%6
%8

Triadic Colors of #5febdd

#5febdd #dd5feb #ebdd5f

Analogous Colors of #5febdd

#5febdd #5fb3eb #5feb97

Monochromatic Colors of #5febdd

#5febdd

Complementary Color

#5febdd #eb5f6d

#5febdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5febdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5febdd Color CSS Codes

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

#5febdd Text Font Color

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

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


#5febdd Background Color

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

This div background color is #5febdd


#5febdd Border Color

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

This div border color is #5febdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5febdd


Comments

No comments written yet.

Please login to write comment.