Color Hex Logo

#255fae Color Hex

#255FAE
(37,95,174)
0 Favorites   0 Comments

Color spaces of #255fae

RGB 3795174
HSL0.600.650.41
HSV215°79°68°
CMYK 0.790.450.00   0.32
XYZ12.495111.633741.6314
Yxy11.63370.19000.1769
Hunter Lab34.10825.7018-48.4917
CIE-Lab40.627910.1502-47.5268

#255fae color RGB value is (37,95,174).

#255fae hex color red value is 37, green value is 95 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #255fae hue: 0.60 , saturation: 0.65 and the lightness value of 255fae is 0.41.

The process color (four color CMYK) of #255fae color hex is 0.79, 0.45, 0.00, 0.32. Web safe color of #255fae is #336699. Color #255fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011111 10101110
Octal 45 137 256
Decimal 37 95 174
Hex 25 5F AE

RGB Percentages of Color #255fae

%12.09
%31.05
%56.86

CMYK Percentages of Color #255fae

%79
%45
%0
%32

Triadic Colors of #255fae

#255fae #ae255f #5fae25

Analogous Colors of #255fae

#255fae #2f25ae #25a4ae

Monochromatic Colors of #255fae

#255fae

Complementary Color

#255fae #ae7425

#255fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#255fae Color CSS Codes

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

#255fae Text Font Color

<p style="color:#255fae">Text here</p>

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


#255fae Background Color

<div style="background-color:#255fae">
Div content here</div>

This div background color is #255fae


#255fae Border Color

<div style="border:3px solid #255fae">
Div here</div>

This div border color is #255fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,95,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255fae;
  -webkit-box-shadow: 1px 1px 3px 2px #255fae;
  box-shadow:         1px 1px 3px 2px #255fae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255fae


Comments

No comments written yet.

Please login to write comment.