Color Hex Logo

#5ebfdd Color Hex

#5EBFDD
(94,191,221)
0 Favorites   0 Comments

Color spaces of #5ebfdd

RGB 94191221
HSL0.540.650.62
HSV194°57°87°
CMYK 0.570.140.00   0.13
XYZ36.298044.861775.1527
Yxy44.86170.23220.2870
Hunter Lab66.9789-20.4782-19.6403
CIE-Lab72.8007-20.0029-23.6448

#5ebfdd color RGB value is (94,191,221).

#5ebfdd hex color red value is 94, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5ebfdd hue: 0.54 , saturation: 0.65 and the lightness value of 5ebfdd is 0.62.

The process color (four color CMYK) of #5ebfdd color hex is 0.57, 0.14, 0.00, 0.13. Web safe color of #5ebfdd is #66cccc. Color #5ebfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111111 11011101
Octal 136 277 335
Decimal 94 191 221
Hex 5E BF DD

RGB Percentages of Color #5ebfdd

%18.58
%37.75
%43.68

CMYK Percentages of Color #5ebfdd

%57
%14
%0
%13

Triadic Colors of #5ebfdd

#5ebfdd #dd5ebf #bfdd5e

Analogous Colors of #5ebfdd

#5ebfdd #5e80dd #5eddbc

Monochromatic Colors of #5ebfdd

#5ebfdd

Complementary Color

#5ebfdd #dd7c5e

#5ebfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebfdd Color CSS Codes

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

#5ebfdd Text Font Color

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

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


#5ebfdd Background Color

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

This div background color is #5ebfdd


#5ebfdd Border Color

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

This div border color is #5ebfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebfdd


Comments

No comments written yet.

Please login to write comment.