Color Hex Logo

#2996ef Color Hex

#2996EF
(41,150,239)
0 Favorites   0 Comments

Color spaces of #2996ef

RGB 41150239
HSL0.570.860.55
HSV207°83°94°
CMYK 0.830.370.00   0.06
XYZ27.400828.516185.7213
Yxy28.51610.19350.2013
Hunter Lab53.4005-1.8591-57.7952
CIE-Lab60.35221.1981-53.0325

#2996ef color RGB value is (41,150,239).

#2996ef hex color red value is 41, green value is 150 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2996ef hue: 0.57 , saturation: 0.86 and the lightness value of 2996ef is 0.55.

The process color (four color CMYK) of #2996ef color hex is 0.83, 0.37, 0.00, 0.06. Web safe color of #2996ef is #3399ff. Color #2996ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010110 11101111
Octal 51 226 357
Decimal 41 150 239
Hex 29 96 EF

RGB Percentages of Color #2996ef

%9.53
%34.88
%55.58

CMYK Percentages of Color #2996ef

%83
%37
%0
%6

Triadic Colors of #2996ef

#2996ef #ef2996 #96ef29

Analogous Colors of #2996ef

#2996ef #2933ef #29efe5

Monochromatic Colors of #2996ef

#2996ef

Complementary Color

#2996ef #ef8229

#2996ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2996ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2996ef Color CSS Codes

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

#2996ef Text Font Color

<p style="color:#2996ef">Text here</p>

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


#2996ef Background Color

<div style="background-color:#2996ef">
Div content here</div>

This div background color is #2996ef


#2996ef Border Color

<div style="border:3px solid #2996ef">
Div here</div>

This div border color is #2996ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,150,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2996ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2996ef;
  -webkit-box-shadow: 1px 1px 3px 2px #2996ef;
  box-shadow:         1px 1px 3px 2px #2996ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2996ef


Comments

No comments written yet.

Please login to write comment.