Color Hex Logo

#299ac6 Color Hex

#299AC6
(41,154,198)
0 Favorites   0 Comments

Color spaces of #299ac6

RGB 41154198
HSL0.550.660.47
HSV197°79°78°
CMYK 0.790.220.00   0.22
XYZ22.663127.659857.5705
Yxy27.65980.21010.2564
Hunter Lab52.5926-15.1181-28.0870
CIE-Lab59.5801-15.7275-31.4142

#299ac6 color RGB value is (41,154,198).

#299ac6 hex color red value is 41, green value is 154 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #299ac6 hue: 0.55 , saturation: 0.66 and the lightness value of 299ac6 is 0.47.

The process color (four color CMYK) of #299ac6 color hex is 0.79, 0.22, 0.00, 0.22. Web safe color of #299ac6 is #3399cc. Color #299ac6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011010 11000110
Octal 51 232 306
Decimal 41 154 198
Hex 29 9A C6

RGB Percentages of Color #299ac6

%10.43
%39.19
%50.38

CMYK Percentages of Color #299ac6

%79
%22
%0
%22

Triadic Colors of #299ac6

#299ac6 #c6299a #9ac629

Analogous Colors of #299ac6

#299ac6 #294cc6 #29c6a4

Monochromatic Colors of #299ac6

#299ac6

Complementary Color

#299ac6 #c65529

#299ac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299ac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#299ac6 Color CSS Codes

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

#299ac6 Text Font Color

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

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


#299ac6 Background Color

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

This div background color is #299ac6


#299ac6 Border Color

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

This div border color is #299ac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299ac6


Comments

No comments written yet.

Please login to write comment.