Color Hex Logo

#299298 Color Hex

#299298
(41,146,152)
0 Favorites   0 Comments

Color spaces of #299298

RGB 41146152
HSL0.510.580.38
HSV183°73°60°
CMYK 0.730.040.00   0.40
XYZ16.860823.296233.3137
Yxy23.29620.22950.3171
Hunter Lab48.2661-22.1104-7.1362
CIE-Lab55.3761-26.7138-11.7049

#299298 color RGB value is (41,146,152).

#299298 hex color red value is 41, green value is 146 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #299298 hue: 0.51 , saturation: 0.58 and the lightness value of 299298 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010010 10011000
Octal 51 222 230
Decimal 41 146 152
Hex 29 92 98

RGB Percentages of Color #299298

%12.09
%43.07
%44.84

CMYK Percentages of Color #299298

%73
%4
%0
%40

Triadic Colors of #299298

#299298 #982992 #929829

Analogous Colors of #299298

#299298 #295b98 #299867

Monochromatic Colors of #299298

#299298

Complementary Color

#299298 #982f29

#299298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#299298 Color CSS Codes

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

#299298 Text Font Color

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

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


#299298 Background Color

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

This div background color is #299298


#299298 Border Color

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

This div border color is #299298


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,146,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #299298; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #299298;
  -webkit-box-shadow: 1px 1px 3px 2px #299298;
  box-shadow:         1px 1px 3px 2px #299298; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299298


Comments

No comments written yet.

Please login to write comment.