Color Hex Logo

#297efd Color Hex

#297EFD
(41,126,253)
0 Favorites   0 Comments

Color spaces of #297efd

RGB 41126253
HSL0.600.980.58
HSV216°84°99°
CMYK 0.840.500.00   0.01
XYZ26.104922.485095.8927
Yxy22.48500.18070.1556
Hunter Lab47.418415.2863-86.7075
CIE-Lab54.537920.9684-70.0902

#297efd color RGB value is (41,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111110 11111101
Octal 51 176 375
Decimal 41 126 253
Hex 29 7E FD

RGB Percentages of Color #297efd

%9.76
%30.00
%60.24

CMYK Percentages of Color #297efd

%84
%50
%0
%1

Triadic Colors of #297efd

#297efd #fd297e #7efd29

Analogous Colors of #297efd

#297efd #3e29fd #29e8fd

Monochromatic Colors of #297efd

#297efd

Complementary Color

#297efd #fda829

#297efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#297efd Color CSS Codes

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

#297efd Text Font Color

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

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


#297efd Background Color

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

This div background color is #297efd


#297efd Border Color

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

This div border color is #297efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297efd


Comments

No comments written yet.

Please login to write comment.