Color Hex Logo

#255afb Color Hex

#255AFB
(37,90,251)
0 Favorites   0 Comments

Color spaces of #255afb

RGB 3790251
HSL0.630.960.56
HSV225°85°98°
CMYK 0.850.640.00   0.02
XYZ21.831714.670792.9479
Yxy14.67070.16860.1133
Hunter Lab38.302334.7129-117.0668
CIE-Lab45.179842.5041-84.2419

#255afb color RGB value is (37,90,251).

#255afb hex color red value is 37, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #255afb hue: 0.63 , saturation: 0.96 and the lightness value of 255afb is 0.56.

The process color (four color CMYK) of #255afb color hex is 0.85, 0.64, 0.00, 0.02. Web safe color of #255afb is #3366ff. Color #255afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011010 11111011
Octal 45 132 373
Decimal 37 90 251
Hex 25 5A FB

RGB Percentages of Color #255afb

%9.79
%23.81
%66.40

CMYK Percentages of Color #255afb

%85
%64
%0
%2

Triadic Colors of #255afb

#255afb #fb255a #5afb25

Analogous Colors of #255afb

#255afb #5b25fb #25c5fb

Monochromatic Colors of #255afb

#255afb

Complementary Color

#255afb #fbc625

#255afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#255afb Color CSS Codes

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

#255afb Text Font Color

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

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


#255afb Background Color

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

This div background color is #255afb


#255afb Border Color

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

This div border color is #255afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255afb


Comments

No comments written yet.

Please login to write comment.