Color Hex Logo

#298feb Color Hex

#298FEB
(41,143,235)
0 Favorites   0 Comments

Color spaces of #298feb

RGB 41143235
HSL0.580.830.54
HSV208°83°92°
CMYK 0.830.390.00   0.08
XYZ25.732326.114582.2816
Yxy26.11450.19180.1947
Hunter Lab51.10230.4536-59.6932
CIE-Lab58.14563.8641-54.3331

#298feb color RGB value is (41,143,235).

#298feb hex color red value is 41, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #298feb hue: 0.58 , saturation: 0.83 and the lightness value of 298feb is 0.54.

The process color (four color CMYK) of #298feb color hex is 0.83, 0.39, 0.00, 0.08. Web safe color of #298feb is #3399ff. Color #298feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001111 11101011
Octal 51 217 353
Decimal 41 143 235
Hex 29 8F EB

RGB Percentages of Color #298feb

%9.79
%34.13
%56.09

CMYK Percentages of Color #298feb

%83
%39
%0
%8

Triadic Colors of #298feb

#298feb #eb298f #8feb29

Analogous Colors of #298feb

#298feb #292eeb #29ebe6

Monochromatic Colors of #298feb

#298feb

Complementary Color

#298feb #eb8529

#298feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#298feb Color CSS Codes

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

#298feb Text Font Color

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

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


#298feb Background Color

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

This div background color is #298feb


#298feb Border Color

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

This div border color is #298feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298feb


Comments

No comments written yet.

Please login to write comment.