Color Hex Logo

#299daf Color Hex

#299DAF
(41,157,175)
0 Favorites   0 Comments

Color spaces of #299daf

RGB 41157175
HSL0.520.620.42
HSV188°77°69°
CMYK 0.770.100.00   0.31
XYZ20.709327.680544.8088
Yxy27.68050.22220.2970
Hunter Lab52.6123-21.8101-13.6675
CIE-Lab59.5990-24.9876-18.4209

#299daf color RGB value is (41,157,175).

#299daf hex color red value is 41, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #299daf hue: 0.52 , saturation: 0.62 and the lightness value of 299daf is 0.42.

The process color (four color CMYK) of #299daf color hex is 0.77, 0.10, 0.00, 0.31. Web safe color of #299daf is #339999. Color #299daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011101 10101111
Octal 51 235 257
Decimal 41 157 175
Hex 29 9D AF

RGB Percentages of Color #299daf

%10.99
%42.09
%46.92

CMYK Percentages of Color #299daf

%77
%10
%0
%31

Triadic Colors of #299daf

#299daf #af299d #9daf29

Analogous Colors of #299daf

#299daf #295aaf #29af7e

Monochromatic Colors of #299daf

#299daf

Complementary Color

#299daf #af3b29

#299daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#299daf Color CSS Codes

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

#299daf Text Font Color

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

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


#299daf Background Color

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

This div background color is #299daf


#299daf Border Color

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

This div border color is #299daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299daf


Comments

No comments written yet.

Please login to write comment.