Color Hex Logo

#255dbf Color Hex

#255DBF
(37,93,191)
0 Favorites   0 Comments

Color spaces of #255dbf

RGB 3793191
HSL0.610.680.45
HSV218°81°75°
CMYK 0.810.510.00   0.25
XYZ14.081311.983650.8611
Yxy11.98360.18300.1558
Hunter Lab34.617312.0281-62.8790
CIE-Lab41.190018.0597-56.5775

#255dbf color RGB value is (37,93,191).

#255dbf hex color red value is 37, green value is 93 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #255dbf hue: 0.61 , saturation: 0.68 and the lightness value of 255dbf is 0.45.

The process color (four color CMYK) of #255dbf color hex is 0.81, 0.51, 0.00, 0.25. Web safe color of #255dbf is #3366cc. Color #255dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011101 10111111
Octal 45 135 277
Decimal 37 93 191
Hex 25 5D BF

RGB Percentages of Color #255dbf

%11.53
%28.97
%59.50

CMYK Percentages of Color #255dbf

%81
%51
%0
%25

Triadic Colors of #255dbf

#255dbf #bf255d #5dbf25

Analogous Colors of #255dbf

#255dbf #3a25bf #25aabf

Monochromatic Colors of #255dbf

#255dbf

Complementary Color

#255dbf #bf8725

#255dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#255dbf Color CSS Codes

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

#255dbf Text Font Color

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

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


#255dbf Background Color

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

This div background color is #255dbf


#255dbf Border Color

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

This div border color is #255dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255dbf


Comments

No comments written yet.

Please login to write comment.