Color Hex Logo

#298a9e Color Hex

#298A9E
(41,138,158)
0 Favorites   0 Comments

Color spaces of #298a9e

RGB 41138158
HSL0.530.590.39
HSV190°74°62°
CMYK 0.740.130.00   0.38
XYZ16.174521.117035.5713
Yxy21.11700.22200.2898
Hunter Lab45.9532-17.5902-13.7277
CIE-Lab53.0773-20.6698-18.6464

#298a9e color RGB value is (41,138,158).

#298a9e hex color red value is 41, green value is 138 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #298a9e hue: 0.53 , saturation: 0.59 and the lightness value of 298a9e is 0.39.

The process color (four color CMYK) of #298a9e color hex is 0.74, 0.13, 0.00, 0.38. Web safe color of #298a9e is #339999. Color #298a9e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001010 10011110
Octal 51 212 236
Decimal 41 138 158
Hex 29 8A 9E

RGB Percentages of Color #298a9e

%12.17
%40.95
%46.88

CMYK Percentages of Color #298a9e

%74
%13
%0
%38

Triadic Colors of #298a9e

#298a9e #9e298a #8a9e29

Analogous Colors of #298a9e

#298a9e #29509e #299e78

Monochromatic Colors of #298a9e

#298a9e

Complementary Color

#298a9e #9e3d29

#298a9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298a9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#298a9e Color CSS Codes

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

#298a9e Text Font Color

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

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


#298a9e Background Color

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

This div background color is #298a9e


#298a9e Border Color

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

This div border color is #298a9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298a9e


Comments

No comments written yet.

Please login to write comment.