Color Hex Logo

#5ecbff Color Hex

#5ECBFF
(94,203,255)
0 Favorites   0 Comments

Color spaces of #5ecbff

RGB 94203255
HSL0.551.000.68
HSV199°63°100°
CMYK 0.630.200.00   0.00
XYZ44.022052.3116102.3847
Yxy52.31160.22150.2632
Hunter Lab72.3268-17.9270-33.3013
CIE-Lab77.4668-16.0201-34.7897

#5ecbff color RGB value is (94,203,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001011 11111111
Octal 136 313 377
Decimal 94 203 255
Hex 5E CB FF

RGB Percentages of Color #5ecbff

%17.03
%36.78
%46.20

CMYK Percentages of Color #5ecbff

%63
%20
%0
%0

Triadic Colors of #5ecbff

#5ecbff #ff5ecb #cbff5e

Analogous Colors of #5ecbff

#5ecbff #5e7bff #5effe3

Monochromatic Colors of #5ecbff

#5ecbff

Complementary Color

#5ecbff #ff925e

#5ecbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecbff Color CSS Codes

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

#5ecbff Text Font Color

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

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


#5ecbff Background Color

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

This div background color is #5ecbff


#5ecbff Border Color

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

This div border color is #5ecbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecbff


Comments

No comments written yet.

Please login to write comment.