Color Hex Logo

#255daa Color Hex

#255DAA
(37,93,170)
0 Favorites   0 Comments

Color spaces of #255daa

RGB 3793170
HSL0.600.640.41
HSV215°78°67°
CMYK 0.780.450.00   0.33
XYZ11.933011.124339.5485
Yxy11.12430.19060.1777
Hunter Lab33.35315.4954-46.9560
CIE-Lab39.78909.8951-46.5107

#255daa color RGB value is (37,93,170).

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

The process color (four color CMYK) of #255daa color hex is 0.78, 0.45, 0.00, 0.33. Web safe color of #255daa is #336699. Color #255daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011101 10101010
Octal 45 135 252
Decimal 37 93 170
Hex 25 5D AA

RGB Percentages of Color #255daa

%12.33
%31.00
%56.67

CMYK Percentages of Color #255daa

%78
%45
%0
%33

Triadic Colors of #255daa

#255daa #aa255d #5daa25

Analogous Colors of #255daa

#255daa #3025aa #25a0aa

Monochromatic Colors of #255daa

#255daa

Complementary Color

#255daa #aa7225

#255daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#255daa Color CSS Codes

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

#255daa Text Font Color

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

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


#255daa Background Color

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

This div background color is #255daa


#255daa Border Color

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

This div border color is #255daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255daa


Comments

No comments written yet.

Please login to write comment.