Color Hex Logo

#055ccb Color Hex

#055CCB
(5,92,203)
0 Favorites   0 Comments

Color spaces of #055ccb

RGB 592203
HSL0.590.950.41
HSV214°98°80°
CMYK 0.980.550.00   0.20
XYZ14.669211.998458.0427
Yxy11.99840.17320.1416
Hunter Lab34.638714.9755-75.1028
CIE-Lab41.213621.5901-63.5217

#055ccb color RGB value is (5,92,203).

#055ccb hex color red value is 5, green value is 92 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #055ccb hue: 0.59 , saturation: 0.95 and the lightness value of 055ccb is 0.41.

The process color (four color CMYK) of #055ccb color hex is 0.98, 0.55, 0.00, 0.20. Web safe color of #055ccb is #0066cc. Color #055ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011100 11001011
Octal 5 134 313
Decimal 5 92 203
Hex 5 5C CB

RGB Percentages of Color #055ccb

%1.67
%30.67
%67.67

CMYK Percentages of Color #055ccb

%98
%55
%0
%20

Triadic Colors of #055ccb

#055ccb #cb055c #5ccb05

Analogous Colors of #055ccb

#055ccb #1105cb #05bfcb

Monochromatic Colors of #055ccb

#055ccb

Complementary Color

#055ccb #cb7405

#055ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#055ccb Color CSS Codes

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

#055ccb Text Font Color

<p style="color:#055ccb">Text here</p>

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


#055ccb Background Color

<div style="background-color:#055ccb">
Div content here</div>

This div background color is #055ccb


#055ccb Border Color

<div style="border:3px solid #055ccb">
Div here</div>

This div border color is #055ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,92,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #055ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #055ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #055ccb;
  box-shadow:         1px 1px 3px 2px #055ccb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055ccb


Comments

No comments written yet.

Please login to write comment.