Color Hex Logo

#297eea Color Hex

#297EEA
(41,126,234)
0 Favorites   0 Comments

Color spaces of #297eea

RGB 41126234
HSL0.590.820.54
HSV214°82°92°
CMYK 0.820.460.00   0.08
XYZ23.226621.333680.7355
Yxy21.33360.18540.1703
Hunter Lab46.18838.9323-71.3050
CIE-Lab53.312713.8361-61.5174

#297eea color RGB value is (41,126,234).

#297eea hex color red value is 41, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #297eea hue: 0.59 , saturation: 0.82 and the lightness value of 297eea is 0.54.

The process color (four color CMYK) of #297eea color hex is 0.82, 0.46, 0.00, 0.08. Web safe color of #297eea is #3366ff. Color #297eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111110 11101010
Octal 51 176 352
Decimal 41 126 234
Hex 29 7E EA

RGB Percentages of Color #297eea

%10.22
%31.42
%58.35

CMYK Percentages of Color #297eea

%82
%46
%0
%8

Triadic Colors of #297eea

#297eea #ea297e #7eea29

Analogous Colors of #297eea

#297eea #3529ea #29dfea

Monochromatic Colors of #297eea

#297eea

Complementary Color

#297eea #ea9529

#297eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#297eea Color CSS Codes

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

#297eea Text Font Color

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

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


#297eea Background Color

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

This div background color is #297eea


#297eea Border Color

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

This div border color is #297eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297eea


Comments

No comments written yet.

Please login to write comment.