Color Hex Logo

#2999dc Color Hex

#2999DC
(41,153,220)
0 Favorites   0 Comments

Color spaces of #2999dc

RGB 41153220
HSL0.560.720.51
HSV202°81°86°
CMYK 0.810.300.00   0.14
XYZ25.224028.421271.8665
Yxy28.42120.20100.2264
Hunter Lab53.3115-8.8391-42.6077
CIE-Lab60.2674-7.4255-42.6393

#2999dc color RGB value is (41,153,220).

#2999dc hex color red value is 41, green value is 153 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2999dc hue: 0.56 , saturation: 0.72 and the lightness value of 2999dc is 0.51.

The process color (four color CMYK) of #2999dc color hex is 0.81, 0.30, 0.00, 0.14. Web safe color of #2999dc is #3399cc. Color #2999dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011001 11011100
Octal 51 231 334
Decimal 41 153 220
Hex 29 99 DC

RGB Percentages of Color #2999dc

%9.90
%36.96
%53.14

CMYK Percentages of Color #2999dc

%81
%30
%0
%14

Triadic Colors of #2999dc

#2999dc #dc2999 #99dc29

Analogous Colors of #2999dc

#2999dc #2940dc #29dcc6

Monochromatic Colors of #2999dc

#2999dc

Complementary Color

#2999dc #dc6c29

#2999dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2999dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2999dc Color CSS Codes

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

#2999dc Text Font Color

<p style="color:#2999dc">Text here</p>

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


#2999dc Background Color

<div style="background-color:#2999dc">
Div content here</div>

This div background color is #2999dc


#2999dc Border Color

<div style="border:3px solid #2999dc">
Div here</div>

This div border color is #2999dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,153,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2999dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2999dc;
  -webkit-box-shadow: 1px 1px 3px 2px #2999dc;
  box-shadow:         1px 1px 3px 2px #2999dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2999dc


Comments

No comments written yet.

Please login to write comment.