Color Hex Logo

#059ceb Color Hex

#059CEB
(5,156,235)
0 Favorites   0 Comments

Color spaces of #059ceb

RGB 5156235
HSL0.560.960.47
HSV201°98°92°
CMYK 0.980.340.00   0.08
XYZ26.946529.807482.9304
Yxy29.80740.19290.2134
Hunter Lab54.5962-7.4427-51.8429
CIE-Lab61.4877-5.5320-49.0484

#059ceb color RGB value is (5,156,235).

#059ceb hex color red value is 5, green value is 156 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #059ceb hue: 0.56 , saturation: 0.96 and the lightness value of 059ceb is 0.47.

The process color (four color CMYK) of #059ceb color hex is 0.98, 0.34, 0.00, 0.08. Web safe color of #059ceb is #0099ff. Color #059ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011100 11101011
Octal 5 234 353
Decimal 5 156 235
Hex 5 9C EB

RGB Percentages of Color #059ceb

%1.26
%39.39
%59.34

CMYK Percentages of Color #059ceb

%98
%34
%0
%8

Triadic Colors of #059ceb

#059ceb #eb059c #9ceb05

Analogous Colors of #059ceb

#059ceb #0529eb #05ebc7

Monochromatic Colors of #059ceb

#059ceb

Complementary Color

#059ceb #eb5405

#059ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#059ceb Color CSS Codes

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

#059ceb Text Font Color

<p style="color:#059ceb">Text here</p>

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


#059ceb Background Color

<div style="background-color:#059ceb">
Div content here</div>

This div background color is #059ceb


#059ceb Border Color

<div style="border:3px solid #059ceb">
Div here</div>

This div border color is #059ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,156,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #059ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #059ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #059ceb;
  box-shadow:         1px 1px 3px 2px #059ceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,156,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059ceb


Comments

No comments written yet.

Please login to write comment.