Color Hex Logo

#298adb Color Hex

#298ADB
(41,138,219)
0 Favorites   0 Comments

Color spaces of #298adb

RGB 41138219
HSL0.580.710.51
HSV207°81°86°
CMYK 0.810.370.00   0.14
XYZ22.789123.762870.4034
Yxy23.76280.19490.2032
Hunter Lab48.7471-1.8593-51.5071
CIE-Lab55.84950.9263-49.0665

#298adb color RGB value is (41,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001010 11011011
Octal 51 212 333
Decimal 41 138 219
Hex 29 8A DB

RGB Percentages of Color #298adb

%10.30
%34.67
%55.03

CMYK Percentages of Color #298adb

%81
%37
%0
%14

Triadic Colors of #298adb

#298adb #db298a #8adb29

Analogous Colors of #298adb

#298adb #2931db #29dbd3

Monochromatic Colors of #298adb

#298adb

Complementary Color

#298adb #db7a29

#298adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#298adb Color CSS Codes

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

#298adb Text Font Color

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

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


#298adb Background Color

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

This div background color is #298adb


#298adb Border Color

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

This div border color is #298adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,138,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 #298adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298adb


Comments

No comments written yet.

Please login to write comment.