Color Hex Logo

#025eb2 Color Hex

#025EB2
(2,94,178)
0 Favorites   0 Comments

Color spaces of #025eb2

RGB 294178
HSL0.580.980.35
HSV209°99°70°
CMYK 0.990.470.00   0.30
XYZ12.063611.232743.6518
Yxy11.23270.18020.1678
Hunter Lab33.51525.5984-53.7614
CIE-Lab39.969710.0266-50.9730

#025eb2 color RGB value is (2,94,178).

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

The process color (four color CMYK) of #025eb2 color hex is 0.99, 0.47, 0.00, 0.30. Web safe color of #025eb2 is #006699. Color #025eb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011110 10110010
Octal 2 136 262
Decimal 2 94 178
Hex 2 5E B2

RGB Percentages of Color #025eb2

%0.73
%34.31
%64.96

CMYK Percentages of Color #025eb2

%99
%47
%0
%30

Triadic Colors of #025eb2

#025eb2 #b2025e #5eb202

Analogous Colors of #025eb2

#025eb2 #0206b2 #02b2ae

Monochromatic Colors of #025eb2

#025eb2

Complementary Color

#025eb2 #b25602

#025eb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025eb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025eb2 Color CSS Codes

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

#025eb2 Text Font Color

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

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


#025eb2 Background Color

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

This div background color is #025eb2


#025eb2 Border Color

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

This div border color is #025eb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025eb2


Comments

No comments written yet.

Please login to write comment.