Color Hex Logo

#5fdaea Color Hex

#5FDAEA
(95,218,234)
0 Favorites   0 Comments

Color spaces of #5fdaea

RGB 95218234
HSL0.520.770.65
HSV187°59°92°
CMYK 0.590.070.00   0.08
XYZ44.642058.516286.7838
Yxy58.51620.23500.3081
Hunter Lab76.4959-29.6975-13.7168
CIE-Lab81.0249-29.5492-18.1497

#5fdaea color RGB value is (95,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011010 11101010
Octal 137 332 352
Decimal 95 218 234
Hex 5F DA EA

RGB Percentages of Color #5fdaea

%17.37
%39.85
%42.78

CMYK Percentages of Color #5fdaea

%59
%7
%0
%8

Triadic Colors of #5fdaea

#5fdaea #ea5fda #daea5f

Analogous Colors of #5fdaea

#5fdaea #5f95ea #5feab5

Monochromatic Colors of #5fdaea

#5fdaea

Complementary Color

#5fdaea #ea6f5f

#5fdaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdaea Color CSS Codes

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

#5fdaea Text Font Color

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

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


#5fdaea Background Color

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

This div background color is #5fdaea


#5fdaea Border Color

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

This div border color is #5fdaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdaea


Comments

No comments written yet.

Please login to write comment.