Color Hex Logo

#298edb Color Hex

#298EDB
(41,142,219)
0 Favorites   0 Comments

Color spaces of #298edb

RGB 41142219
HSL0.570.710.51
HSV206°81°86°
CMYK 0.810.350.00   0.14
XYZ23.373624.931970.5982
Yxy24.93190.19660.2097
Hunter Lab49.9319-3.8231-48.8773
CIE-Lab57.0090-1.4382-47.2267

#298edb color RGB value is (41,142,219).

#298edb hex color red value is 41, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #298edb hue: 0.57 , saturation: 0.71 and the lightness value of 298edb is 0.51.

The process color (four color CMYK) of #298edb color hex is 0.81, 0.35, 0.00, 0.14. Web safe color of #298edb is #3399cc. Color #298edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001110 11011011
Octal 51 216 333
Decimal 41 142 219
Hex 29 8E DB

RGB Percentages of Color #298edb

%10.20
%35.32
%54.48

CMYK Percentages of Color #298edb

%81
%35
%0
%14

Triadic Colors of #298edb

#298edb #db298e #8edb29

Analogous Colors of #298edb

#298edb #2935db #29dbcf

Monochromatic Colors of #298edb

#298edb

Complementary Color

#298edb #db7629

#298edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#298edb Color CSS Codes

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

#298edb Text Font Color

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

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


#298edb Background Color

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

This div background color is #298edb


#298edb Border Color

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

This div border color is #298edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298edb


Comments

No comments written yet.

Please login to write comment.