Color Hex Logo

#58bafc Color Hex

#58BAFC
(88,186,252)
0 Favorites   0 Comments

Color spaces of #58bafc

RGB 88186252
HSL0.570.960.67
HSV204°65°99°
CMYK 0.650.260.00   0.01
XYZ39.154144.220898.5673
Yxy44.22080.21520.2430
Hunter Lab66.4987-11.2729-41.3331
CIE-Lab72.3758-8.8960-41.1011

#58bafc color RGB value is (88,186,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111010 11111100
Octal 130 272 374
Decimal 88 186 252
Hex 58 BA FC

RGB Percentages of Color #58bafc

%16.73
%35.36
%47.91

CMYK Percentages of Color #58bafc

%65
%26
%0
%1

Triadic Colors of #58bafc

#58bafc #fc58ba #bafc58

Analogous Colors of #58bafc

#58bafc #5868fc #58fcec

Monochromatic Colors of #58bafc

#58bafc

Complementary Color

#58bafc #fc9a58

#58bafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bafc Color CSS Codes

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

#58bafc Text Font Color

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

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


#58bafc Background Color

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

This div background color is #58bafc


#58bafc Border Color

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

This div border color is #58bafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bafc


Comments

No comments written yet.

Please login to write comment.