Color Hex Logo

#255bae Color Hex

#255BAE
(37,91,174)
0 Favorites   0 Comments

Color spaces of #255bae

RGB 3791174
HSL0.600.650.41
HSV216°79°68°
CMYK 0.790.480.00   0.32
XYZ12.144010.931541.5143
Yxy10.93150.18800.1692
Hunter Lab33.06287.7033-51.3017
CIE-Lab39.464912.7595-49.3958

#255bae color RGB value is (37,91,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011011 10101110
Octal 45 133 256
Decimal 37 91 174
Hex 25 5B AE

RGB Percentages of Color #255bae

%12.25
%30.13
%57.62

CMYK Percentages of Color #255bae

%79
%48
%0
%32

Triadic Colors of #255bae

#255bae #ae255b #5bae25

Analogous Colors of #255bae

#255bae #3325ae #25a0ae

Monochromatic Colors of #255bae

#255bae

Complementary Color

#255bae #ae7825

#255bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#255bae Color CSS Codes

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

#255bae Text Font Color

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

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


#255bae Background Color

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

This div background color is #255bae


#255bae Border Color

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

This div border color is #255bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255bae


Comments

No comments written yet.

Please login to write comment.