Color Hex Logo

#297ebf Color Hex

#297EBF
(41,126,191)
0 Favorites   0 Comments

Color spaces of #297ebf

RGB 41126191
HSL0.570.650.45
HSV206°79°75°
CMYK 0.790.340.00   0.25
XYZ17.779319.154752.0504
Yxy19.15470.19980.2153
Hunter Lab43.7661-4.0778-39.8765
CIE-Lab50.8677-2.2694-41.0921

#297ebf color RGB value is (41,126,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111110 10111111
Octal 51 176 277
Decimal 41 126 191
Hex 29 7E BF

RGB Percentages of Color #297ebf

%11.45
%35.20
%53.35

CMYK Percentages of Color #297ebf

%79
%34
%0
%25

Triadic Colors of #297ebf

#297ebf #bf297e #7ebf29

Analogous Colors of #297ebf

#297ebf #2933bf #29bfb5

Monochromatic Colors of #297ebf

#297ebf

Complementary Color

#297ebf #bf6a29

#297ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#297ebf Color CSS Codes

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

#297ebf Text Font Color

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

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


#297ebf Background Color

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

This div background color is #297ebf


#297ebf Border Color

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

This div border color is #297ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297ebf


Comments

No comments written yet.

Please login to write comment.