Color Hex Logo

#0025ec Color Hex

#0025EC
(0,37,236)
0 Favorites   0 Comments

Color spaces of #0025ec

RGB 037236
HSL0.641.000.46
HSV231°100°93°
CMYK 1.000.840.00   0.07
XYZ15.80197.379379.9484
Yxy7.37930.15320.0716
Hunter Lab27.164956.2956-155.4799
CIE-Lab32.655365.2122-96.5435

#0025ec color RGB value is (0,37,236).

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

The process color (four color CMYK) of #0025ec color hex is 1.00, 0.84, 0.00, 0.07. Web safe color of #0025ec is #0033ff. Color #0025ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100101 11101100
Octal 0 45 354
Decimal 0 37 236
Hex 0 25 EC

RGB Percentages of Color #0025ec

%0.00
%13.55
%86.45

CMYK Percentages of Color #0025ec

%100
%84
%0
%7

Triadic Colors of #0025ec

#0025ec #ec0025 #25ec00

Analogous Colors of #0025ec

#0025ec #5100ec #009bec

Monochromatic Colors of #0025ec

#0025ec

Complementary Color

#0025ec #ecc700

#0025ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0025ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0025ec Color CSS Codes

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

#0025ec Text Font Color

<p style="color:#0025ec">Text here</p>

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


#0025ec Background Color

<div style="background-color:#0025ec">
Div content here</div>

This div background color is #0025ec


#0025ec Border Color

<div style="border:3px solid #0025ec">
Div here</div>

This div border color is #0025ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,37,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 #0025ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0025ec


Comments

No comments written yet.

Please login to write comment.