Color Hex Logo

#297ebe Color Hex

#297EBE
(41,126,190)
0 Favorites   0 Comments

Color spaces of #297ebe

RGB 41126190
HSL0.570.650.45
HSV206°78°75°
CMYK 0.780.340.00   0.25
XYZ17.669619.110851.4727
Yxy19.11080.20020.2165
Hunter Lab43.7159-4.3546-39.2091
CIE-Lab50.8166-2.6384-40.5995

#297ebe color RGB value is (41,126,190).

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

The process color (four color CMYK) of #297ebe color hex is 0.78, 0.34, 0.00, 0.25. Web safe color of #297ebe is #3366cc. Color #297ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111110 10111110
Octal 51 176 276
Decimal 41 126 190
Hex 29 7E BE

RGB Percentages of Color #297ebe

%11.48
%35.29
%53.22

CMYK Percentages of Color #297ebe

%78
%34
%0
%25

Triadic Colors of #297ebe

#297ebe #be297e #7ebe29

Analogous Colors of #297ebe

#297ebe #2934be #29beb4

Monochromatic Colors of #297ebe

#297ebe

Complementary Color

#297ebe #be6929

#297ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#297ebe Color CSS Codes

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

#297ebe Text Font Color

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

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


#297ebe Background Color

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

This div background color is #297ebe


#297ebe Border Color

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

This div border color is #297ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297ebe


Comments

No comments written yet.

Please login to write comment.