Color Hex Logo

#299abe Color Hex

#299ABE
(41,154,190)
0 Favorites   0 Comments

Color spaces of #299abe

RGB 41154190
HSL0.540.650.45
HSV194°78°75°
CMYK 0.780.190.00   0.25
XYZ21.764327.300352.8376
Yxy27.30030.21360.2679
Hunter Lab52.2497-17.0838-23.3823
CIE-Lab59.2513-18.4641-27.4221

#299abe color RGB value is (41,154,190).

#299abe hex color red value is 41, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #299abe hue: 0.54 , saturation: 0.65 and the lightness value of 299abe is 0.45.

The process color (four color CMYK) of #299abe color hex is 0.78, 0.19, 0.00, 0.25. Web safe color of #299abe is #3399cc. Color #299abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011010 10111110
Octal 51 232 276
Decimal 41 154 190
Hex 29 9A BE

RGB Percentages of Color #299abe

%10.65
%40.00
%49.35

CMYK Percentages of Color #299abe

%78
%19
%0
%25

Triadic Colors of #299abe

#299abe #be299a #9abe29

Analogous Colors of #299abe

#299abe #2950be #29be98

Monochromatic Colors of #299abe

#299abe

Complementary Color

#299abe #be4d29

#299abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#299abe Color CSS Codes

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

#299abe Text Font Color

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

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


#299abe Background Color

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

This div background color is #299abe


#299abe Border Color

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

This div border color is #299abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299abe


Comments

No comments written yet.

Please login to write comment.