Color Hex Logo

#297efa Color Hex

#297EFA
(41,126,250)
0 Favorites   0 Comments

Color spaces of #297efa

RGB 41126250
HSL0.600.950.57
HSV216°84°98°
CMYK 0.840.500.00   0.02
XYZ25.630622.295393.3950
Yxy22.29530.18140.1578
Hunter Lab47.217914.2612-84.2206
CIE-Lab54.338919.8454-68.7541

#297efa color RGB value is (41,126,250).

#297efa hex color red value is 41, green value is 126 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #297efa hue: 0.60 , saturation: 0.95 and the lightness value of 297efa is 0.57.

The process color (four color CMYK) of #297efa color hex is 0.84, 0.50, 0.00, 0.02. Web safe color of #297efa is #3366ff. Color #297efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111110 11111010
Octal 51 176 372
Decimal 41 126 250
Hex 29 7E FA

RGB Percentages of Color #297efa

%9.83
%30.22
%59.95

CMYK Percentages of Color #297efa

%84
%50
%0
%2

Triadic Colors of #297efa

#297efa #fa297e #7efa29

Analogous Colors of #297efa

#297efa #3d29fa #29e7fa

Monochromatic Colors of #297efa

#297efa

Complementary Color

#297efa #faa529

#297efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#297efa Color CSS Codes

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

#297efa Text Font Color

<p style="color:#297efa">Text here</p>

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


#297efa Background Color

<div style="background-color:#297efa">
Div content here</div>

This div background color is #297efa


#297efa Border Color

<div style="border:3px solid #297efa">
Div here</div>

This div border color is #297efa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,126,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #297efa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #297efa;
  -webkit-box-shadow: 1px 1px 3px 2px #297efa;
  box-shadow:         1px 1px 3px 2px #297efa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297efa


Comments

No comments written yet.

Please login to write comment.