Color Hex Logo

#58beff Color Hex

#58BEFF
(88,190,255)
0 Favorites   0 Comments

Color spaces of #58beff

RGB 88190255
HSL0.561.000.67
HSV203°65°100°
CMYK 0.650.250.00   0.00
XYZ40.488046.1216101.3762
Yxy46.12160.21540.2453
Hunter Lab67.9129-12.4302-40.9655
CIE-Lab73.6244-10.0999-40.7691

#58beff color RGB value is (88,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111110 11111111
Octal 130 276 377
Decimal 88 190 255
Hex 58 BE FF

RGB Percentages of Color #58beff

%16.51
%35.65
%47.84

CMYK Percentages of Color #58beff

%65
%25
%0
%0

Triadic Colors of #58beff

#58beff #ff58be #beff58

Analogous Colors of #58beff

#58beff #586bff #58ffed

Monochromatic Colors of #58beff

#58beff

Complementary Color

#58beff #ff9958

#58beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#58beff Color CSS Codes

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

#58beff Text Font Color

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

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


#58beff Background Color

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

This div background color is #58beff


#58beff Border Color

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

This div border color is #58beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58beff

Related Colors


Comments

No comments written yet.

Please login to write comment.