Color Hex Logo

#299da4 Color Hex

#299DA4
(41,157,164)
0 Favorites   0 Comments

Color spaces of #299da4

RGB 41157164
HSL0.510.600.40
HSV183°75°64°
CMYK 0.750.040.00   0.36
XYZ19.672327.265739.3479
Yxy27.26570.22800.3160
Hunter Lab52.2166-24.1301-8.1265
CIE-Lab59.2195-28.4599-12.7683

#299da4 color RGB value is (41,157,164).

#299da4 hex color red value is 41, green value is 157 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #299da4 hue: 0.51 , saturation: 0.60 and the lightness value of 299da4 is 0.40.

The process color (four color CMYK) of #299da4 color hex is 0.75, 0.04, 0.00, 0.36. Web safe color of #299da4 is #339999. Color #299da4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011101 10100100
Octal 51 235 244
Decimal 41 157 164
Hex 29 9D A4

RGB Percentages of Color #299da4

%11.33
%43.37
%45.30

CMYK Percentages of Color #299da4

%75
%4
%0
%36

Triadic Colors of #299da4

#299da4 #a4299d #9da429

Analogous Colors of #299da4

#299da4 #295fa4 #29a46e

Monochromatic Colors of #299da4

#299da4

Complementary Color

#299da4 #a43029

#299da4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299da4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#299da4 Color CSS Codes

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

#299da4 Text Font Color

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

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


#299da4 Background Color

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

This div background color is #299da4


#299da4 Border Color

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

This div border color is #299da4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299da4


Comments

No comments written yet.

Please login to write comment.