Color Hex Logo

#2994fd Color Hex

#2994FD
(41,148,253)
0 Favorites   0 Comments

Color spaces of #2994fd

RGB 41148253
HSL0.580.980.58
HSV210°84°99°
CMYK 0.840.420.00   0.01
XYZ29.234028.743196.9357
Yxy28.74310.18870.1855
Hunter Lab53.61263.5109-69.6721
CIE-Lab60.55427.5348-60.4097

#2994fd color RGB value is (41,148,253).

#2994fd hex color red value is 41, green value is 148 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #2994fd hue: 0.58 , saturation: 0.98 and the lightness value of 2994fd is 0.58.

The process color (four color CMYK) of #2994fd color hex is 0.84, 0.42, 0.00, 0.01. Web safe color of #2994fd is #3399ff. Color #2994fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010100 11111101
Octal 51 224 375
Decimal 41 148 253
Hex 29 94 FD

RGB Percentages of Color #2994fd

%9.28
%33.48
%57.24

CMYK Percentages of Color #2994fd

%84
%42
%0
%1

Triadic Colors of #2994fd

#2994fd #fd2994 #94fd29

Analogous Colors of #2994fd

#2994fd #292afd #29fdfc

Monochromatic Colors of #2994fd

#2994fd

Complementary Color

#2994fd #fd9229

#2994fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2994fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2994fd Color CSS Codes

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

#2994fd Text Font Color

<p style="color:#2994fd">Text here</p>

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


#2994fd Background Color

<div style="background-color:#2994fd">
Div content here</div>

This div background color is #2994fd


#2994fd Border Color

<div style="border:3px solid #2994fd">
Div here</div>

This div border color is #2994fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,148,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2994fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2994fd;
  -webkit-box-shadow: 1px 1px 3px 2px #2994fd;
  box-shadow:         1px 1px 3px 2px #2994fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2994fd


Comments

No comments written yet.

Please login to write comment.