Color Hex Logo

#5ecffd Color Hex

#5ECFFD
(94,207,253)
0 Favorites   0 Comments

Color spaces of #5ecffd

RGB 94207253
HSL0.550.980.68
HSV197°63°99°
CMYK 0.630.180.00   0.01
XYZ44.658554.0972101.0166
Yxy54.09720.22350.2708
Hunter Lab73.5508-20.3324-29.9449
CIE-Lab78.5184-18.6972-32.1000

#5ecffd color RGB value is (94,207,253).

#5ecffd hex color red value is 94, green value is 207 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5ecffd hue: 0.55 , saturation: 0.98 and the lightness value of 5ecffd is 0.68.

The process color (four color CMYK) of #5ecffd color hex is 0.63, 0.18, 0.00, 0.01. Web safe color of #5ecffd is #66ccff. Color #5ecffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001111 11111101
Octal 136 317 375
Decimal 94 207 253
Hex 5E CF FD

RGB Percentages of Color #5ecffd

%16.97
%37.36
%45.67

CMYK Percentages of Color #5ecffd

%63
%18
%0
%1

Triadic Colors of #5ecffd

#5ecffd #fd5ecf #cffd5e

Analogous Colors of #5ecffd

#5ecffd #5e80fd #5efddc

Monochromatic Colors of #5ecffd

#5ecffd

Complementary Color

#5ecffd #fd8c5e

#5ecffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecffd Color CSS Codes

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

#5ecffd Text Font Color

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

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


#5ecffd Background Color

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

This div background color is #5ecffd


#5ecffd Border Color

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

This div border color is #5ecffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,207,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecffd

Related Colors


Comments

No comments written yet.

Please login to write comment.