Color Hex Logo

#298bad Color Hex

#298BAD
(41,139,173)
0 Favorites   0 Comments

Color spaces of #298bad

RGB 41139173
HSL0.540.620.42
HSV195°76°68°
CMYK 0.760.200.00   0.32
XYZ17.689921.953842.8403
Yxy21.95380.21450.2662
Hunter Lab46.8549-14.6040-21.4115
CIE-Lab53.9780-16.1557-25.9012

#298bad color RGB value is (41,139,173).

#298bad hex color red value is 41, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #298bad hue: 0.54 , saturation: 0.62 and the lightness value of 298bad is 0.42.

The process color (four color CMYK) of #298bad color hex is 0.76, 0.20, 0.00, 0.32. Web safe color of #298bad is #339999. Color #298bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001011 10101101
Octal 51 213 255
Decimal 41 139 173
Hex 29 8B AD

RGB Percentages of Color #298bad

%11.61
%39.38
%49.01

CMYK Percentages of Color #298bad

%76
%20
%0
%32

Triadic Colors of #298bad

#298bad #ad298b #8bad29

Analogous Colors of #298bad

#298bad #2949ad #29ad8d

Monochromatic Colors of #298bad

#298bad

Complementary Color

#298bad #ad4b29

#298bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#298bad Color CSS Codes

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

#298bad Text Font Color

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

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


#298bad Background Color

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

This div background color is #298bad


#298bad Border Color

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

This div border color is #298bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298bad


Comments

No comments written yet.

Please login to write comment.