Color Hex Logo

#2553fe Color Hex

#2553FE
(37,83,254)
0 Favorites   0 Comments

Color spaces of #2553fe

RGB 3783254
HSL0.630.990.57
HSV227°85°100°
CMYK 0.850.670.00   0.00
XYZ21.745613.735695.2710
Yxy13.73560.16630.1051
Hunter Lab37.061639.8758-126.4686
CIE-Lab43.851347.8273-88.1001

#2553fe color RGB value is (37,83,254).

#2553fe hex color red value is 37, green value is 83 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #2553fe hue: 0.63 , saturation: 0.99 and the lightness value of 2553fe is 0.57.

The process color (four color CMYK) of #2553fe color hex is 0.85, 0.67, 0.00, 0.00. Web safe color of #2553fe is #3366ff. Color #2553fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010011 11111110
Octal 45 123 376
Decimal 37 83 254
Hex 25 53 FE

RGB Percentages of Color #2553fe

%9.89
%22.19
%67.91

CMYK Percentages of Color #2553fe

%85
%67
%0
%0

Triadic Colors of #2553fe

#2553fe #fe2553 #53fe25

Analogous Colors of #2553fe

#2553fe #6425fe #25c0fe

Monochromatic Colors of #2553fe

#2553fe

Complementary Color

#2553fe #fed025

#2553fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2553fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2553fe Color CSS Codes

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

#2553fe Text Font Color

<p style="color:#2553fe">Text here</p>

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


#2553fe Background Color

<div style="background-color:#2553fe">
Div content here</div>

This div background color is #2553fe


#2553fe Border Color

<div style="border:3px solid #2553fe">
Div here</div>

This div border color is #2553fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2553fe


Comments

No comments written yet.

Please login to write comment.