Color Hex Logo

#298b9a Color Hex

#298B9A
(41,139,154)
0 Favorites   0 Comments

Color spaces of #298b9a

RGB 41139154
HSL0.520.580.38
HSV188°73°60°
CMYK 0.730.100.00   0.40
XYZ15.979821.269733.8351
Yxy21.26970.22480.2992
Hunter Lab46.1191-18.8599-11.2145
CIE-Lab53.2434-22.5020-16.0815

#298b9a color RGB value is (41,139,154).

#298b9a hex color red value is 41, green value is 139 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #298b9a hue: 0.52 , saturation: 0.58 and the lightness value of 298b9a is 0.38.

The process color (four color CMYK) of #298b9a color hex is 0.73, 0.10, 0.00, 0.40. Web safe color of #298b9a is #339999. Color #298b9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001011 10011010
Octal 51 213 232
Decimal 41 139 154
Hex 29 8B 9A

RGB Percentages of Color #298b9a

%12.28
%41.62
%46.11

CMYK Percentages of Color #298b9a

%73
%10
%0
%40

Triadic Colors of #298b9a

#298b9a #9a298b #8b9a29

Analogous Colors of #298b9a

#298b9a #29539a #299a71

Monochromatic Colors of #298b9a

#298b9a

Complementary Color

#298b9a #9a3829

#298b9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298b9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#298b9a Color CSS Codes

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

#298b9a Text Font Color

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

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


#298b9a Background Color

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

This div background color is #298b9a


#298b9a Border Color

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

This div border color is #298b9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298b9a


Comments

No comments written yet.

Please login to write comment.