Color Hex Logo

#025efc Color Hex

#025EFC
(2,94,252)
0 Favorites   0 Comments

Color spaces of #025efc

RGB 294252
HSL0.610.980.50
HSV218°99°99°
CMYK 0.990.630.00   0.01
XYZ21.598415.046693.8614
Yxy15.04660.16550.1153
Hunter Lab38.789931.5071-116.3131
CIE-Lab45.698039.1761-83.9681

#025efc color RGB value is (2,94,252).

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

The process color (four color CMYK) of #025efc color hex is 0.99, 0.63, 0.00, 0.01. Web safe color of #025efc is #0066ff. Color #025efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011110 11111100
Octal 2 136 374
Decimal 2 94 252
Hex 2 5E FC

RGB Percentages of Color #025efc

%0.57
%27.01
%72.41

CMYK Percentages of Color #025efc

%99
%63
%0
%1

Triadic Colors of #025efc

#025efc #fc025e #5efc02

Analogous Colors of #025efc

#025efc #2302fc #02dbfc

Monochromatic Colors of #025efc

#025efc

Complementary Color

#025efc #fca002

#025efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#025efc Color CSS Codes

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

#025efc Text Font Color

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

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


#025efc Background Color

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

This div background color is #025efc


#025efc Border Color

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

This div border color is #025efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025efc


Comments

No comments written yet.

Please login to write comment.