Color Hex Logo

#2996da Color Hex

#2996DA
(41,150,218)
0 Favorites   0 Comments

Color spaces of #2996da

RGB 41150218
HSL0.560.710.51
HSV203°81°85°
CMYK 0.810.310.00   0.15
XYZ24.475727.346170.3180
Yxy27.34610.20040.2239
Hunter Lab52.2935-7.9676-43.1206
CIE-Lab59.2933-6.4363-43.0589

#2996da color RGB value is (41,150,218).

#2996da hex color red value is 41, green value is 150 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #2996da hue: 0.56 , saturation: 0.71 and the lightness value of 2996da is 0.51.

The process color (four color CMYK) of #2996da color hex is 0.81, 0.31, 0.00, 0.15. Web safe color of #2996da is #3399cc. Color #2996da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010110 11011010
Octal 51 226 332
Decimal 41 150 218
Hex 29 96 DA

RGB Percentages of Color #2996da

%10.02
%36.67
%53.30

CMYK Percentages of Color #2996da

%81
%31
%0
%15

Triadic Colors of #2996da

#2996da #da2996 #96da29

Analogous Colors of #2996da

#2996da #293dda #29dac6

Monochromatic Colors of #2996da

#2996da

Complementary Color

#2996da #da6d29

#2996da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2996da Color Preview on White Background

Lorem ipsum dolor sit amet.

#2996da Color CSS Codes

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

#2996da Text Font Color

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

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


#2996da Background Color

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

This div background color is #2996da


#2996da Border Color

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

This div border color is #2996da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2996da


Comments

No comments written yet.

Please login to write comment.