Color Hex Logo

#58eefd Color Hex

#58EEFD
(88,238,253)
0 Favorites   0 Comments

Color spaces of #58eefd

RGB 88238253
HSL0.520.980.67
HSV185°65°99°
CMYK 0.650.060.00   0.01
XYZ52.328770.3156103.7428
Yxy70.31560.23110.3106
Hunter Lab83.8544-35.3536-14.6542
CIE-Lab87.1514-34.8196-18.9546

#58eefd color RGB value is (88,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101110 11111101
Octal 130 356 375
Decimal 88 238 253
Hex 58 EE FD

RGB Percentages of Color #58eefd

%15.20
%41.11
%43.70

CMYK Percentages of Color #58eefd

%65
%6
%0
%1

Triadic Colors of #58eefd

#58eefd #fd58ee #eefd58

Analogous Colors of #58eefd

#58eefd #589cfd #58fdba

Monochromatic Colors of #58eefd

#58eefd

Complementary Color

#58eefd #fd6758

#58eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#58eefd Color CSS Codes

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

#58eefd Text Font Color

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

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


#58eefd Background Color

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

This div background color is #58eefd


#58eefd Border Color

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

This div border color is #58eefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,238,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 #58eefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58eefd

Related Colors


Comments

No comments written yet.

Please login to write comment.