Color Hex Logo

#58efd4 Color Hex

#58EFD4
(88,239,212)
0 Favorites   0 Comments

Color spaces of #58efd4

RGB 88239212
HSL0.470.830.64
HSV169°63°94°
CMYK 0.630.000.11   0.06
XYZ46.774768.561273.0557
Yxy68.56120.24830.3639
Hunter Lab82.8017-44.06835.6498
CIE-Lab86.2863-46.13431.2657

#58efd4 color RGB value is (88,239,212).

#58efd4 hex color red value is 88, green value is 239 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #58efd4 hue: 0.47 , saturation: 0.83 and the lightness value of 58efd4 is 0.64.

The process color (four color CMYK) of #58efd4 color hex is 0.63, 0.00, 0.11, 0.06. Web safe color of #58efd4 is #66ffcc. Color #58efd4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101111 11010100
Octal 130 357 324
Decimal 88 239 212
Hex 58 EF D4

RGB Percentages of Color #58efd4

%16.33
%44.34
%39.33

CMYK Percentages of Color #58efd4

%63
%0
%11
%6

Triadic Colors of #58efd4

#58efd4 #d458ef #efd458

Analogous Colors of #58efd4

#58efd4 #58bfef #58ef89

Monochromatic Colors of #58efd4

#58efd4

Complementary Color

#58efd4 #ef5873

#58efd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58efd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58efd4 Color CSS Codes

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

#58efd4 Text Font Color

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

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


#58efd4 Background Color

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

This div background color is #58efd4


#58efd4 Border Color

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

This div border color is #58efd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58efd4


Comments

No comments written yet.

Please login to write comment.