Color Hex Logo

#299ada Color Hex

#299ADA
(41,154,218)
0 Favorites   0 Comments

Color spaces of #299ada

RGB 41154218
HSL0.560.710.51
HSV202°81°85°
CMYK 0.810.290.00   0.15
XYZ25.124928.644670.5344
Yxy28.64460.20210.2304
Hunter Lab53.5207-9.8655-40.6733
CIE-Lab60.4667-8.7059-41.2130

#299ada color RGB value is (41,154,218).

#299ada hex color red value is 41, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #299ada hue: 0.56 , saturation: 0.71 and the lightness value of 299ada is 0.51.

The process color (four color CMYK) of #299ada color hex is 0.81, 0.29, 0.00, 0.15. Web safe color of #299ada is #3399cc. Color #299ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011010 11011010
Octal 51 232 332
Decimal 41 154 218
Hex 29 9A DA

RGB Percentages of Color #299ada

%9.93
%37.29
%52.78

CMYK Percentages of Color #299ada

%81
%29
%0
%15

Triadic Colors of #299ada

#299ada #da299a #9ada29

Analogous Colors of #299ada

#299ada #2941da #29dac2

Monochromatic Colors of #299ada

#299ada

Complementary Color

#299ada #da6929

#299ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#299ada Color CSS Codes

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

#299ada Text Font Color

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

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


#299ada Background Color

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

This div background color is #299ada


#299ada Border Color

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

This div border color is #299ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299ada


Comments

No comments written yet.

Please login to write comment.