Color Hex Logo

#299ecb Color Hex

#299ECB
(41,158,203)
0 Favorites   0 Comments

Color spaces of #299ecb

RGB 41158203
HSL0.550.660.48
HSV197°80°80°
CMYK 0.800.220.00   0.20
XYZ23.920829.236960.8824
Yxy29.23690.20980.2564
Hunter Lab54.0712-15.6570-28.9088
CIE-Lab60.9901-16.1726-32.0268

#299ecb color RGB value is (41,158,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011110 11001011
Octal 51 236 313
Decimal 41 158 203
Hex 29 9E CB

RGB Percentages of Color #299ecb

%10.20
%39.30
%50.50

CMYK Percentages of Color #299ecb

%80
%22
%0
%20

Triadic Colors of #299ecb

#299ecb #cb299e #9ecb29

Analogous Colors of #299ecb

#299ecb #294dcb #29cba7

Monochromatic Colors of #299ecb

#299ecb

Complementary Color

#299ecb #cb5629

#299ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#299ecb Color CSS Codes

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

#299ecb Text Font Color

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

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


#299ecb Background Color

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

This div background color is #299ecb


#299ecb Border Color

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

This div border color is #299ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299ecb


Comments

No comments written yet.

Please login to write comment.