Color Hex Logo

#025ecd Color Hex

#025ECD
(2,94,205)
0 Favorites   0 Comments

Color spaces of #025ecd

RGB 294205
HSL0.590.980.41
HSV213°99°80°
CMYK 0.990.540.00   0.20
XYZ15.047212.426159.3630
Yxy12.42610.17330.1431
Hunter Lab35.250714.5063-75.1703
CIE-Lab41.885520.9782-63.5836

#025ecd color RGB value is (2,94,205).

#025ecd hex color red value is 2, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #025ecd hue: 0.59 , saturation: 0.98 and the lightness value of 025ecd is 0.41.

The process color (four color CMYK) of #025ecd color hex is 0.99, 0.54, 0.00, 0.20. Web safe color of #025ecd is #0066cc. Color #025ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011110 11001101
Octal 2 136 315
Decimal 2 94 205
Hex 2 5E CD

RGB Percentages of Color #025ecd

%0.66
%31.23
%68.11

CMYK Percentages of Color #025ecd

%99
%54
%0
%20

Triadic Colors of #025ecd

#025ecd #cd025e #5ecd02

Analogous Colors of #025ecd

#025ecd #0c02cd #02c4cd

Monochromatic Colors of #025ecd

#025ecd

Complementary Color

#025ecd #cd7102

#025ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#025ecd Color CSS Codes

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

#025ecd Text Font Color

<p style="color:#025ecd">Text here</p>

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


#025ecd Background Color

<div style="background-color:#025ecd">
Div content here</div>

This div background color is #025ecd


#025ecd Border Color

<div style="border:3px solid #025ecd">
Div here</div>

This div border color is #025ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,94,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #025ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #025ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #025ecd;
  box-shadow:         1px 1px 3px 2px #025ecd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025ecd


Comments

No comments written yet.

Please login to write comment.