Color Hex Logo

#5fdaeb Color Hex

#5FDAEB
(95,218,235)
0 Favorites   0 Comments

Color spaces of #5fdaeb

RGB 95218235
HSL0.520.780.65
HSV187°60°92°
CMYK 0.600.070.00   0.08
XYZ44.786158.573987.5427
Yxy58.57390.23460.3068
Hunter Lab76.5336-29.4787-14.2452
CIE-Lab81.0568-29.2689-18.6337

#5fdaeb color RGB value is (95,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011010 11101011
Octal 137 332 353
Decimal 95 218 235
Hex 5F DA EB

RGB Percentages of Color #5fdaeb

%17.34
%39.78
%42.88

CMYK Percentages of Color #5fdaeb

%60
%7
%0
%8

Triadic Colors of #5fdaeb

#5fdaeb #eb5fda #daeb5f

Analogous Colors of #5fdaeb

#5fdaeb #5f94eb #5febb6

Monochromatic Colors of #5fdaeb

#5fdaeb

Complementary Color

#5fdaeb #eb705f

#5fdaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdaeb Color CSS Codes

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

#5fdaeb Text Font Color

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

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


#5fdaeb Background Color

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

This div background color is #5fdaeb


#5fdaeb Border Color

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

This div border color is #5fdaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdaeb


Comments

No comments written yet.

Please login to write comment.