Color Hex Logo

#58ecfe Color Hex

#58ECFE
(88,236,254)
0 Favorites   0 Comments

Color spaces of #58ecfe

RGB 88236254
HSL0.520.990.67
HSV187°65°100°
CMYK 0.650.070.00   0.00
XYZ51.909369.2214104.3911
Yxy69.22140.23020.3069
Hunter Lab83.1994-34.2302-16.1522
CIE-Lab86.6136-33.5990-20.2911

#58ecfe color RGB value is (88,236,254).

#58ecfe hex color red value is 88, green value is 236 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #58ecfe hue: 0.52 , saturation: 0.99 and the lightness value of 58ecfe is 0.67.

The process color (four color CMYK) of #58ecfe color hex is 0.65, 0.07, 0.00, 0.00. Web safe color of #58ecfe is #66ffff. Color #58ecfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101100 11111110
Octal 130 354 376
Decimal 88 236 254
Hex 58 EC FE

RGB Percentages of Color #58ecfe

%15.22
%40.83
%43.94

CMYK Percentages of Color #58ecfe

%65
%7
%0
%0

Triadic Colors of #58ecfe

#58ecfe #fe58ec #ecfe58

Analogous Colors of #58ecfe

#58ecfe #5899fe #58febd

Monochromatic Colors of #58ecfe

#58ecfe

Complementary Color

#58ecfe #fe6a58

#58ecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58ecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#58ecfe Color CSS Codes

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

#58ecfe Text Font Color

<p style="color:#58ecfe">Text here</p>

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


#58ecfe Background Color

<div style="background-color:#58ecfe">
Div content here</div>

This div background color is #58ecfe


#58ecfe Border Color

<div style="border:3px solid #58ecfe">
Div here</div>

This div border color is #58ecfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,236,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58ecfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58ecfe;
  -webkit-box-shadow: 1px 1px 3px 2px #58ecfe;
  box-shadow:         1px 1px 3px 2px #58ecfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,236,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58ecfe


Comments

No comments written yet.

Please login to write comment.