Color Hex Logo

#005cbd Color Hex

#005CBD
(0,92,189)
0 Favorites   0 Comments

Color spaces of #005cbd

RGB 092189
HSL0.591.000.37
HSV211°100°74°
CMYK 1.000.510.00   0.26
XYZ13.012511.328449.6449
Yxy11.32840.17590.1531
Hunter Lab33.657710.1095-63.8920
CIE-Lab40.128215.7661-57.1614

#005cbd color RGB value is (0,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011100 10111101
Octal 0 134 275
Decimal 0 92 189
Hex 0 5C BD

RGB Percentages of Color #005cbd

%0.00
%32.74
%67.26

CMYK Percentages of Color #005cbd

%100
%51
%0
%26

Triadic Colors of #005cbd

#005cbd #bd005c #5cbd00

Analogous Colors of #005cbd

#005cbd #0300bd #00bbbd

Monochromatic Colors of #005cbd

#005cbd

Complementary Color

#005cbd #bd6100

#005cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#005cbd Color CSS Codes

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

#005cbd Text Font Color

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

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


#005cbd Background Color

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

This div background color is #005cbd


#005cbd Border Color

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

This div border color is #005cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005cbd


Comments

No comments written yet.

Please login to write comment.