Color Hex Logo

#297eed Color Hex

#297EED
(41,126,237)
0 Favorites   0 Comments

Color spaces of #297eed

RGB 41126237
HSL0.590.840.55
HSV214°83°93°
CMYK 0.830.470.00   0.07
XYZ23.661421.507683.0250
Yxy21.50760.18460.1678
Hunter Lab46.37639.9130-73.6803
CIE-Lab53.500614.9646-62.8886

#297eed color RGB value is (41,126,237).

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

The process color (four color CMYK) of #297eed color hex is 0.83, 0.47, 0.00, 0.07. Web safe color of #297eed is #3366ff. Color #297eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111110 11101101
Octal 51 176 355
Decimal 41 126 237
Hex 29 7E ED

RGB Percentages of Color #297eed

%10.15
%31.19
%58.66

CMYK Percentages of Color #297eed

%83
%47
%0
%7

Triadic Colors of #297eed

#297eed #ed297e #7eed29

Analogous Colors of #297eed

#297eed #3629ed #29e0ed

Monochromatic Colors of #297eed

#297eed

Complementary Color

#297eed #ed9829

#297eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#297eed Color CSS Codes

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

#297eed Text Font Color

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

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


#297eed Background Color

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

This div background color is #297eed


#297eed Border Color

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

This div border color is #297eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297eed


Comments

No comments written yet.

Please login to write comment.