Color Hex Logo

#254efd Color Hex

#254EFD
(37,78,253)
0 Favorites   0 Comments

Color spaces of #254efd

RGB 3778253
HSL0.640.980.57
HSV229°85°99°
CMYK 0.850.690.00   0.01
XYZ21.217012.933994.3067
Yxy12.93390.16520.1007
Hunter Lab35.963742.3705-130.2999
CIE-Lab42.663550.4491-89.5005

#254efd color RGB value is (37,78,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001110 11111101
Octal 45 116 375
Decimal 37 78 253
Hex 25 4E FD

RGB Percentages of Color #254efd

%10.05
%21.20
%68.75

CMYK Percentages of Color #254efd

%85
%69
%0
%1

Triadic Colors of #254efd

#254efd #fd254e #4efd25

Analogous Colors of #254efd

#254efd #6825fd #25bafd

Monochromatic Colors of #254efd

#254efd

Complementary Color

#254efd #fdd425

#254efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#254efd Color CSS Codes

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

#254efd Text Font Color

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

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


#254efd Background Color

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

This div background color is #254efd


#254efd Border Color

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

This div border color is #254efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,78,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 #254efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254efd


Comments

No comments written yet.

Please login to write comment.