Color Hex Logo

#005cec Color Hex

#005CEC
(0,92,236)
0 Favorites   0 Comments

Color spaces of #005cec

RGB 092236
HSL0.601.000.46
HSV217°100°93°
CMYK 1.000.610.00   0.07
XYZ18.967513.710481.0036
Yxy13.71040.16680.1206
Hunter Lab37.027626.6390-103.7869
CIE-Lab43.814734.3647-78.0934

#005cec color RGB value is (0,92,236).

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

The process color (four color CMYK) of #005cec color hex is 1.00, 0.61, 0.00, 0.07. Web safe color of #005cec is #0066ff. Color #005cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011100 11101100
Octal 0 134 354
Decimal 0 92 236
Hex 0 5C EC

RGB Percentages of Color #005cec

%0.00
%28.05
%71.95

CMYK Percentages of Color #005cec

%100
%61
%0
%7

Triadic Colors of #005cec

#005cec #ec005c #5cec00

Analogous Colors of #005cec

#005cec #1a00ec #00d2ec

Monochromatic Colors of #005cec

#005cec

Complementary Color

#005cec #ec9000

#005cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#005cec Color CSS Codes

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

#005cec Text Font Color

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

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


#005cec Background Color

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

This div background color is #005cec


#005cec Border Color

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

This div border color is #005cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005cec


Comments

No comments written yet.

Please login to write comment.