Color Hex Logo

#58cffc Color Hex

#58CFFC
(88,207,252)
0 Favorites   0 Comments

Color spaces of #58cffc

RGB 88207252
HSL0.550.960.67
HSV196°65°99°
CMYK 0.650.180.00   0.01
XYZ43.908053.7286100.1519
Yxy53.72860.22200.2716
Hunter Lab73.2998-21.3497-29.7000
CIE-Lab78.3032-19.9596-31.9128

#58cffc color RGB value is (88,207,252).

#58cffc hex color red value is 88, green value is 207 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #58cffc hue: 0.55 , saturation: 0.96 and the lightness value of 58cffc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001111 11111100
Octal 130 317 374
Decimal 88 207 252
Hex 58 CF FC

RGB Percentages of Color #58cffc

%16.09
%37.84
%46.07

CMYK Percentages of Color #58cffc

%65
%18
%0
%1

Triadic Colors of #58cffc

#58cffc #fc58cf #cffc58

Analogous Colors of #58cffc

#58cffc #587dfc #58fcd7

Monochromatic Colors of #58cffc

#58cffc

Complementary Color

#58cffc #fc8558

#58cffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58cffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58cffc Color CSS Codes

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

#58cffc Text Font Color

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

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


#58cffc Background Color

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

This div background color is #58cffc


#58cffc Border Color

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

This div border color is #58cffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58cffc


Comments

No comments written yet.

Please login to write comment.