Color Hex Logo

#025ebf Color Hex

#025EBF
(2,94,191)
0 Favorites   0 Comments

Color spaces of #025ebf

RGB 294191
HSL0.590.980.38
HSV211°99°75°
CMYK 0.990.510.00   0.25
XYZ13.431711.779950.8560
Yxy11.77990.17660.1549
Hunter Lab34.32199.7919-63.8269
CIE-Lab40.864115.3318-57.1342

#025ebf color RGB value is (2,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011110 10111111
Octal 2 136 277
Decimal 2 94 191
Hex 2 5E BF

RGB Percentages of Color #025ebf

%0.70
%32.75
%66.55

CMYK Percentages of Color #025ebf

%99
%51
%0
%25

Triadic Colors of #025ebf

#025ebf #bf025e #5ebf02

Analogous Colors of #025ebf

#025ebf #0502bf #02bdbf

Monochromatic Colors of #025ebf

#025ebf

Complementary Color

#025ebf #bf6302

#025ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#025ebf Color CSS Codes

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

#025ebf Text Font Color

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

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


#025ebf Background Color

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

This div background color is #025ebf


#025ebf Border Color

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

This div border color is #025ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025ebf


Comments

No comments written yet.

Please login to write comment.