Color Hex Logo

#5fdbee Color Hex

#5FDBEE
(95,219,238)
0 Favorites   0 Comments

Color spaces of #5fdbee

RGB 95219238
HSL0.520.810.65
HSV188°60°93°
CMYK 0.600.080.00   0.07
XYZ45.483459.269089.9317
Yxy59.26900.23360.3044
Hunter Lab76.9864-29.2687-15.3692
CIE-Lab81.4392-28.9084-19.6509

#5fdbee color RGB value is (95,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011011 11101110
Octal 137 333 356
Decimal 95 219 238
Hex 5F DB EE

RGB Percentages of Color #5fdbee

%17.21
%39.67
%43.12

CMYK Percentages of Color #5fdbee

%60
%8
%0
%7

Triadic Colors of #5fdbee

#5fdbee #ee5fdb #dbee5f

Analogous Colors of #5fdbee

#5fdbee #5f94ee #5feeba

Monochromatic Colors of #5fdbee

#5fdbee

Complementary Color

#5fdbee #ee725f

#5fdbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdbee Color CSS Codes

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

#5fdbee Text Font Color

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

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


#5fdbee Background Color

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

This div background color is #5fdbee


#5fdbee Border Color

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

This div border color is #5fdbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdbee


Comments

No comments written yet.

Please login to write comment.