Color Hex Logo

#58cfff Color Hex

#58CFFF
(88,207,255)
0 Favorites   0 Comments

Color spaces of #58cfff

RGB 88207255
HSL0.551.000.67
HSV197°65°100°
CMYK 0.650.190.00   0.00
XYZ44.387353.9204102.6760
Yxy53.92040.22090.2683
Hunter Lab73.4305-20.6037-31.5023
CIE-Lab78.4153-19.0413-33.3400

#58cfff color RGB value is (88,207,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001111 11111111
Octal 130 317 377
Decimal 88 207 255
Hex 58 CF FF

RGB Percentages of Color #58cfff

%16.00
%37.64
%46.36

CMYK Percentages of Color #58cfff

%65
%19
%0
%0

Triadic Colors of #58cfff

#58cfff #ff58cf #cfff58

Analogous Colors of #58cfff

#58cfff #587cff #58ffdc

Monochromatic Colors of #58cfff

#58cfff

Complementary Color

#58cfff #ff8858

#58cfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58cfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#58cfff Color CSS Codes

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

#58cfff Text Font Color

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

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


#58cfff Background Color

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

This div background color is #58cfff


#58cfff Border Color

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

This div border color is #58cfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58cfff


Comments

No comments written yet.

Please login to write comment.