Color Hex Logo

#254ecf Color Hex

#254ECF
(37,78,207)
0 Favorites   0 Comments

Color spaces of #254ecf

RGB 3778207
HSL0.630.700.48
HSV226°82°81°
CMYK 0.820.620.00   0.19
XYZ14.749810.347160.2513
Yxy10.34710.17280.1212
Hunter Lab32.166925.5572-88.5383
CIE-Lab38.458333.9565-70.3034

#254ecf color RGB value is (37,78,207).

#254ecf hex color red value is 37, green value is 78 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #254ecf hue: 0.63 , saturation: 0.70 and the lightness value of 254ecf is 0.48.

The process color (four color CMYK) of #254ecf color hex is 0.82, 0.62, 0.00, 0.19. Web safe color of #254ecf is #3366cc. Color #254ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001110 11001111
Octal 45 116 317
Decimal 37 78 207
Hex 25 4E CF

RGB Percentages of Color #254ecf

%11.49
%24.22
%64.29

CMYK Percentages of Color #254ecf

%82
%62
%0
%19

Triadic Colors of #254ecf

#254ecf #cf254e #4ecf25

Analogous Colors of #254ecf

#254ecf #5125cf #25a3cf

Monochromatic Colors of #254ecf

#254ecf

Complementary Color

#254ecf #cfa625

#254ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#254ecf Color CSS Codes

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

#254ecf Text Font Color

<p style="color:#254ecf">Text here</p>

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


#254ecf Background Color

<div style="background-color:#254ecf">
Div content here</div>

This div background color is #254ecf


#254ecf Border Color

<div style="border:3px solid #254ecf">
Div here</div>

This div border color is #254ecf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,78,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #254ecf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #254ecf;
  -webkit-box-shadow: 1px 1px 3px 2px #254ecf;
  box-shadow:         1px 1px 3px 2px #254ecf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254ecf


Comments

No comments written yet.

Please login to write comment.