Color Hex Logo

#258efa Color Hex

#258EFA
(37,142,250)
0 Favorites   0 Comments

Color spaces of #258efa

RGB 37142250
HSL0.580.960.56
HSV210°85°98°
CMYK 0.850.430.00   0.02
XYZ27.691326.641494.1253
Yxy26.64140.18650.1795
Hunter Lab51.61535.4374-71.9901
CIE-Lab58.64099.7374-61.8309

#258efa color RGB value is (37,142,250).

#258efa hex color red value is 37, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #258efa hue: 0.58 , saturation: 0.96 and the lightness value of 258efa is 0.56.

The process color (four color CMYK) of #258efa color hex is 0.85, 0.43, 0.00, 0.02. Web safe color of #258efa is #3399ff. Color #258efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001110 11111010
Octal 45 216 372
Decimal 37 142 250
Hex 25 8E FA

RGB Percentages of Color #258efa

%8.62
%33.10
%58.28

CMYK Percentages of Color #258efa

%85
%43
%0
%2

Triadic Colors of #258efa

#258efa #fa258e #8efa25

Analogous Colors of #258efa

#258efa #2625fa #25f9fa

Monochromatic Colors of #258efa

#258efa

Complementary Color

#258efa #fa9125

#258efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#258efa Color CSS Codes

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

#258efa Text Font Color

<p style="color:#258efa">Text here</p>

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


#258efa Background Color

<div style="background-color:#258efa">
Div content here</div>

This div background color is #258efa


#258efa Border Color

<div style="border:3px solid #258efa">
Div here</div>

This div border color is #258efa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,142,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #258efa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #258efa;
  -webkit-box-shadow: 1px 1px 3px 2px #258efa;
  box-shadow:         1px 1px 3px 2px #258efa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258efa


Comments

No comments written yet.

Please login to write comment.