Color Hex Logo

#254afd Color Hex

#254AFD
(37,74,253)
0 Favorites   0 Comments

Color spaces of #254afd

RGB 3774253
HSL0.640.980.57
HSV230°85°99°
CMYK 0.850.710.00   0.01
XYZ20.941412.382794.2149
Yxy12.38270.16420.0971
Hunter Lab35.189144.6465-134.1102
CIE-Lab41.818052.7744-90.8963

#254afd color RGB value is (37,74,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001010 11111101
Octal 45 112 375
Decimal 37 74 253
Hex 25 4A FD

RGB Percentages of Color #254afd

%10.16
%20.33
%69.51

CMYK Percentages of Color #254afd

%85
%71
%0
%1

Triadic Colors of #254afd

#254afd #fd254a #4afd25

Analogous Colors of #254afd

#254afd #6c25fd #25b6fd

Monochromatic Colors of #254afd

#254afd

Complementary Color

#254afd #fdd825

#254afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#254afd Color CSS Codes

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

#254afd Text Font Color

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

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


#254afd Background Color

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

This div background color is #254afd


#254afd Border Color

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

This div border color is #254afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254afd


Comments

No comments written yet.

Please login to write comment.