Color Hex Logo

#254ffd Color Hex

#254FFD
(37,79,253)
0 Favorites   0 Comments

Color spaces of #254ffd

RGB 3779253
HSL0.630.980.57
HSV228°85°99°
CMYK 0.850.690.00   0.01
XYZ21.288613.077194.3306
Yxy13.07710.16540.1016
Hunter Lab36.162341.7983-129.3465
CIE-Lab42.879249.8601-89.1447

#254ffd color RGB value is (37,79,253).

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

The process color (four color CMYK) of #254ffd color hex is 0.85, 0.69, 0.00, 0.01. Web safe color of #254ffd is #3366ff. Color #254ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001111 11111101
Octal 45 117 375
Decimal 37 79 253
Hex 25 4F FD

RGB Percentages of Color #254ffd

%10.03
%21.41
%68.56

CMYK Percentages of Color #254ffd

%85
%69
%0
%1

Triadic Colors of #254ffd

#254ffd #fd254f #4ffd25

Analogous Colors of #254ffd

#254ffd #6725fd #25bbfd

Monochromatic Colors of #254ffd

#254ffd

Complementary Color

#254ffd #fdd325

#254ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#254ffd Color CSS Codes

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

#254ffd Text Font Color

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

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


#254ffd Background Color

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

This div background color is #254ffd


#254ffd Border Color

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

This div border color is #254ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254ffd


Comments

No comments written yet.

Please login to write comment.