Color Hex Logo

#297efc Color Hex

#297EFC
(41,126,252)
0 Favorites   0 Comments

Color spaces of #297efc

RGB 41126252
HSL0.600.970.57
HSV216°84°99°
CMYK 0.840.500.00   0.01
XYZ25.946022.421495.0557
Yxy22.42140.18090.1563
Hunter Lab47.351214.9440-85.8764
CIE-Lab54.471320.5945-69.6456

#297efc color RGB value is (41,126,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111110 11111100
Octal 51 176 374
Decimal 41 126 252
Hex 29 7E FC

RGB Percentages of Color #297efc

%9.79
%30.07
%60.14

CMYK Percentages of Color #297efc

%84
%50
%0
%1

Triadic Colors of #297efc

#297efc #fc297e #7efc29

Analogous Colors of #297efc

#297efc #3e29fc #29e8fc

Monochromatic Colors of #297efc

#297efc

Complementary Color

#297efc #fca729

#297efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#297efc Color CSS Codes

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

#297efc Text Font Color

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

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


#297efc Background Color

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

This div background color is #297efc


#297efc Border Color

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

This div border color is #297efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297efc


Comments

No comments written yet.

Please login to write comment.