Color Hex Logo

#254dcc Color Hex

#254DCC
(37,77,204)
0 Favorites   0 Comments

Color spaces of #254dcc

RGB 3777204
HSL0.630.690.47
HSV226°82°80°
CMYK 0.820.620.00   0.20
XYZ14.315910.060758.3141
Yxy10.06070.17310.1217
Hunter Lab31.718625.0568-86.8006
CIE-Lab37.951233.4816-69.3989

#254dcc color RGB value is (37,77,204).

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

The process color (four color CMYK) of #254dcc color hex is 0.82, 0.62, 0.00, 0.20. Web safe color of #254dcc is #3366cc. Color #254dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001101 11001100
Octal 45 115 314
Decimal 37 77 204
Hex 25 4D CC

RGB Percentages of Color #254dcc

%11.64
%24.21
%64.15

CMYK Percentages of Color #254dcc

%82
%62
%0
%20

Triadic Colors of #254dcc

#254dcc #cc254d #4dcc25

Analogous Colors of #254dcc

#254dcc #5125cc #25a1cc

Monochromatic Colors of #254dcc

#254dcc

Complementary Color

#254dcc #cca425

#254dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#254dcc Color CSS Codes

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

#254dcc Text Font Color

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

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


#254dcc Background Color

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

This div background color is #254dcc


#254dcc Border Color

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

This div border color is #254dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254dcc


Comments

No comments written yet.

Please login to write comment.