Color Hex Logo

#255dac Color Hex

#255DAC
(37,93,172)
0 Favorites   0 Comments

Color spaces of #255dac

RGB 3793172
HSL0.600.650.41
HSV215°78°67°
CMYK 0.780.460.00   0.33
XYZ12.123711.200640.5527
Yxy11.20060.18980.1753
Hunter Lab33.46736.0948-48.4153
CIE-Lab39.916310.6732-47.4890

#255dac color RGB value is (37,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011101 10101100
Octal 45 135 254
Decimal 37 93 172
Hex 25 5D AC

RGB Percentages of Color #255dac

%12.25
%30.79
%56.95

CMYK Percentages of Color #255dac

%78
%46
%0
%33

Triadic Colors of #255dac

#255dac #ac255d #5dac25

Analogous Colors of #255dac

#255dac #3125ac #25a1ac

Monochromatic Colors of #255dac

#255dac

Complementary Color

#255dac #ac7425

#255dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#255dac Color CSS Codes

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

#255dac Text Font Color

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

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


#255dac Background Color

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

This div background color is #255dac


#255dac Border Color

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

This div border color is #255dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255dac


Comments

No comments written yet.

Please login to write comment.