Color Hex Logo

#254cda Color Hex

#254CDA
(37,76,218)
0 Favorites   0 Comments

Color spaces of #254cda

RGB 3776218
HSL0.630.710.50
HSV227°83°85°
CMYK 0.830.650.00   0.15
XYZ16.002310.624267.5369
Yxy10.62420.16990.1128
Hunter Lab32.594830.5931-100.0335
CIE-Lab38.940239.2793-75.8407

#254cda color RGB value is (37,76,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001100 11011010
Octal 45 114 332
Decimal 37 76 218
Hex 25 4C DA

RGB Percentages of Color #254cda

%11.18
%22.96
%65.86

CMYK Percentages of Color #254cda

%83
%65
%0
%15

Triadic Colors of #254cda

#254cda #da254c #4cda25

Analogous Colors of #254cda

#254cda #5825da #25a7da

Monochromatic Colors of #254cda

#254cda

Complementary Color

#254cda #dab325

#254cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#254cda Color CSS Codes

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

#254cda Text Font Color

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

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


#254cda Background Color

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

This div background color is #254cda


#254cda Border Color

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

This div border color is #254cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254cda


Comments

No comments written yet.

Please login to write comment.