Color Hex Logo

#254dda Color Hex

#254DDA
(37,77,218)
0 Favorites   0 Comments

Color spaces of #254dda

RGB 3777218
HSL0.630.710.50
HSV227°83°85°
CMYK 0.830.650.00   0.15
XYZ16.071710.763067.5601
Yxy10.76300.17030.1140
Hunter Lab32.807030.0324-99.1321
CIE-Lab39.178438.6510-75.4495

#254dda color RGB value is (37,77,218).

#254dda hex color red value is 37, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #254dda hue: 0.63 , saturation: 0.71 and the lightness value of 254dda is 0.50.

The process color (four color CMYK) of #254dda color hex is 0.83, 0.65, 0.00, 0.15. Web safe color of #254dda is #3366cc. Color #254dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001101 11011010
Octal 45 115 332
Decimal 37 77 218
Hex 25 4D DA

RGB Percentages of Color #254dda

%11.14
%23.19
%65.66

CMYK Percentages of Color #254dda

%83
%65
%0
%15

Triadic Colors of #254dda

#254dda #da254d #4dda25

Analogous Colors of #254dda

#254dda #5825da #25a8da

Monochromatic Colors of #254dda

#254dda

Complementary Color

#254dda #dab225

#254dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#254dda Color CSS Codes

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

#254dda Text Font Color

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

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


#254dda Background Color

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

This div background color is #254dda


#254dda Border Color

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

This div border color is #254dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254dda


Comments

No comments written yet.

Please login to write comment.