Color Hex Logo

#254fce Color Hex

#254FCE
(37,79,206)
0 Favorites   0 Comments

Color spaces of #254fce

RGB 3779206
HSL0.630.700.48
HSV225°82°81°
CMYK 0.820.620.00   0.19
XYZ14.699510.441559.6332
Yxy10.44150.17340.1232
Hunter Lab32.313324.6523-86.7985
CIE-Lab38.623432.9391-69.4553

#254fce color RGB value is (37,79,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001111 11001110
Octal 45 117 316
Decimal 37 79 206
Hex 25 4F CE

RGB Percentages of Color #254fce

%11.49
%24.53
%63.98

CMYK Percentages of Color #254fce

%82
%62
%0
%19

Triadic Colors of #254fce

#254fce #ce254f #4fce25

Analogous Colors of #254fce

#254fce #4f25ce #25a4ce

Monochromatic Colors of #254fce

#254fce

Complementary Color

#254fce #cea425

#254fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#254fce Color CSS Codes

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

#254fce Text Font Color

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

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


#254fce Background Color

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

This div background color is #254fce


#254fce Border Color

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

This div border color is #254fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254fce


Comments

No comments written yet.

Please login to write comment.