Color Hex Logo

#005cce Color Hex

#005CCE
(0,92,206)
0 Favorites   0 Comments

Color spaces of #005cce

RGB 092206
HSL0.591.000.40
HSV213°100°81°
CMYK 1.000.550.00   0.19
XYZ14.967712.110559.9412
Yxy12.11050.17200.1392
Hunter Lab34.800115.8734-77.7634
CIE-Lab41.391222.6314-64.9646

#005cce color RGB value is (0,92,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011100 11001110
Octal 0 134 316
Decimal 0 92 206
Hex 0 5C CE

RGB Percentages of Color #005cce

%0.00
%30.87
%69.13

CMYK Percentages of Color #005cce

%100
%55
%0
%19

Triadic Colors of #005cce

#005cce #ce005c #5cce00

Analogous Colors of #005cce

#005cce #0b00ce #00c3ce

Monochromatic Colors of #005cce

#005cce

Complementary Color

#005cce #ce7200

#005cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#005cce Color CSS Codes

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

#005cce Text Font Color

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

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


#005cce Background Color

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

This div background color is #005cce


#005cce Border Color

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

This div border color is #005cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005cce


Comments

No comments written yet.

Please login to write comment.