Color Hex Logo

#2999df Color Hex

#2999DF
(41,153,223)
0 Favorites   0 Comments

Color spaces of #2999df

RGB 41153223
HSL0.560.740.52
HSV203°82°87°
CMYK 0.820.310.00   0.13
XYZ25.625028.581673.9783
Yxy28.58160.19990.2230
Hunter Lab53.4618-8.0004-44.6200
CIE-Lab60.4106-6.3490-44.0816

#2999df color RGB value is (41,153,223).

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

The process color (four color CMYK) of #2999df color hex is 0.82, 0.31, 0.00, 0.13. Web safe color of #2999df is #3399cc. Color #2999df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011001 11011111
Octal 51 231 337
Decimal 41 153 223
Hex 29 99 DF

RGB Percentages of Color #2999df

%9.83
%36.69
%53.48

CMYK Percentages of Color #2999df

%82
%31
%0
%13

Triadic Colors of #2999df

#2999df #df2999 #99df29

Analogous Colors of #2999df

#2999df #293edf #29dfca

Monochromatic Colors of #2999df

#2999df

Complementary Color

#2999df #df6f29

#2999df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2999df Color Preview on White Background

Lorem ipsum dolor sit amet.

#2999df Color CSS Codes

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

#2999df Text Font Color

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

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


#2999df Background Color

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

This div background color is #2999df


#2999df Border Color

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

This div border color is #2999df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2999df


Comments

No comments written yet.

Please login to write comment.