Color Hex Logo

#299fcd Color Hex

#299FCD
(41,159,205)
0 Favorites   0 Comments

Color spaces of #299fcd

RGB 41159205
HSL0.550.670.48
HSV197°80°80°
CMYK 0.800.220.00   0.20
XYZ24.332029.675562.2031
Yxy29.67550.20940.2554
Hunter Lab54.4752-15.6025-29.5682
CIE-Lab61.3732-16.0252-32.5492

#299fcd color RGB value is (41,159,205).

#299fcd hex color red value is 41, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #299fcd hue: 0.55 , saturation: 0.67 and the lightness value of 299fcd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011111 11001101
Octal 51 237 315
Decimal 41 159 205
Hex 29 9F CD

RGB Percentages of Color #299fcd

%10.12
%39.26
%50.62

CMYK Percentages of Color #299fcd

%80
%22
%0
%20

Triadic Colors of #299fcd

#299fcd #cd299f #9fcd29

Analogous Colors of #299fcd

#299fcd #294dcd #29cda9

Monochromatic Colors of #299fcd

#299fcd

Complementary Color

#299fcd #cd5729

#299fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#299fcd Color CSS Codes

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

#299fcd Text Font Color

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

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


#299fcd Background Color

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

This div background color is #299fcd


#299fcd Border Color

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

This div border color is #299fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299fcd


Comments

No comments written yet.

Please login to write comment.