Color Hex Logo

#298efe Color Hex

#298EFE
(41,142,254)
0 Favorites   0 Comments

Color spaces of #298efe

RGB 41142254
HSL0.590.990.58
HSV212°84°100°
CMYK 0.840.440.00   0.00
XYZ28.476826.973297.4714
Yxy26.97320.18620.1764
Hunter Lab51.93576.9855-74.9187
CIE-Lab58.949511.5122-63.5302

#298efe color RGB value is (41,142,254).

#298efe hex color red value is 41, green value is 142 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #298efe hue: 0.59 , saturation: 0.99 and the lightness value of 298efe is 0.58.

The process color (four color CMYK) of #298efe color hex is 0.84, 0.44, 0.00, 0.00. Web safe color of #298efe is #3399ff. Color #298efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001110 11111110
Octal 51 216 376
Decimal 41 142 254
Hex 29 8E FE

RGB Percentages of Color #298efe

%9.38
%32.49
%58.12

CMYK Percentages of Color #298efe

%84
%44
%0
%0

Triadic Colors of #298efe

#298efe #fe298e #8efe29

Analogous Colors of #298efe

#298efe #2f29fe #29f9fe

Monochromatic Colors of #298efe

#298efe

Complementary Color

#298efe #fe9929

#298efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#298efe Color CSS Codes

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

#298efe Text Font Color

<p style="color:#298efe">Text here</p>

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


#298efe Background Color

<div style="background-color:#298efe">
Div content here</div>

This div background color is #298efe


#298efe Border Color

<div style="border:3px solid #298efe">
Div here</div>

This div border color is #298efe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,142,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #298efe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #298efe;
  -webkit-box-shadow: 1px 1px 3px 2px #298efe;
  box-shadow:         1px 1px 3px 2px #298efe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298efe

Related Colors


Comments

No comments written yet.

Please login to write comment.