Color Hex Logo

#005cbe Color Hex

#005CBE
(0,92,190)
0 Favorites   0 Comments

Color spaces of #005cbe

RGB 092190
HSL0.591.000.37
HSV211°100°75°
CMYK 1.000.520.00   0.25
XYZ13.121411.372050.2186
Yxy11.37200.17560.1522
Hunter Lab33.722410.4402-64.6876
CIE-Lab40.200116.1730-57.6281

#005cbe color RGB value is (0,92,190).

#005cbe hex color red value is 0, green value is 92 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #005cbe hue: 0.59 , saturation: 1.00 and the lightness value of 005cbe is 0.37.

The process color (four color CMYK) of #005cbe color hex is 1.00, 0.52, 0.00, 0.25. Web safe color of #005cbe is #0066cc. Color #005cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011100 10111110
Octal 0 134 276
Decimal 0 92 190
Hex 0 5C BE

RGB Percentages of Color #005cbe

%0.00
%32.62
%67.38

CMYK Percentages of Color #005cbe

%100
%52
%0
%25

Triadic Colors of #005cbe

#005cbe #be005c #5cbe00

Analogous Colors of #005cbe

#005cbe #0300be #00bbbe

Monochromatic Colors of #005cbe

#005cbe

Complementary Color

#005cbe #be6200

#005cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#005cbe Color CSS Codes

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

#005cbe Text Font Color

<p style="color:#005cbe">Text here</p>

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


#005cbe Background Color

<div style="background-color:#005cbe">
Div content here</div>

This div background color is #005cbe


#005cbe Border Color

<div style="border:3px solid #005cbe">
Div here</div>

This div border color is #005cbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,92,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005cbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005cbe;
  -webkit-box-shadow: 1px 1px 3px 2px #005cbe;
  box-shadow:         1px 1px 3px 2px #005cbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,92,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005cbe


Comments

No comments written yet.

Please login to write comment.