Color Hex Logo

#254dfc Color Hex

#254DFC
(37,77,252)
0 Favorites   0 Comments

Color spaces of #254dfc

RGB 3777252
HSL0.640.970.57
HSV229°85°99°
CMYK 0.850.690.00   0.01
XYZ20.987512.729393.4463
Yxy12.72930.16500.1001
Hunter Lab35.678142.5650-130.3145
CIE-Lab42.352550.6919-89.4551

#254dfc color RGB value is (37,77,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001101 11111100
Octal 45 115 374
Decimal 37 77 252
Hex 25 4D FC

RGB Percentages of Color #254dfc

%10.11
%21.04
%68.85

CMYK Percentages of Color #254dfc

%85
%69
%0
%1

Triadic Colors of #254dfc

#254dfc #fc254d #4dfc25

Analogous Colors of #254dfc

#254dfc #6925fc #25b9fc

Monochromatic Colors of #254dfc

#254dfc

Complementary Color

#254dfc #fcd425

#254dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#254dfc Color CSS Codes

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

#254dfc Text Font Color

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

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


#254dfc Background Color

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

This div background color is #254dfc


#254dfc Border Color

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

This div border color is #254dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.