Color Hex Logo

#025cfa Color Hex

#025CFA
(2,92,250)
0 Favorites   0 Comments

Color spaces of #025cfa

RGB 292250
HSL0.610.980.49
HSV218°99°98°
CMYK 0.990.630.00   0.02
XYZ21.107514.569392.1422
Yxy14.56930.16510.1140
Hunter Lab38.169831.9117-116.4079
CIE-Lab45.038639.6890-83.9357

#025cfa color RGB value is (2,92,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011100 11111010
Octal 2 134 372
Decimal 2 92 250
Hex 2 5C FA

RGB Percentages of Color #025cfa

%0.58
%26.74
%72.67

CMYK Percentages of Color #025cfa

%99
%63
%0
%2

Triadic Colors of #025cfa

#025cfa #fa025c #5cfa02

Analogous Colors of #025cfa

#025cfa #2402fa #02d8fa

Monochromatic Colors of #025cfa

#025cfa

Complementary Color

#025cfa #faa002

#025cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#025cfa Color CSS Codes

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

#025cfa Text Font Color

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

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


#025cfa Background Color

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

This div background color is #025cfa


#025cfa Border Color

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

This div border color is #025cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025cfa


Comments

No comments written yet.

Please login to write comment.