Color Hex Logo

#297aef Color Hex

#297AEF
(41,122,239)
0 Favorites   0 Comments

Color spaces of #297aef

RGB 41122239
HSL0.600.860.55
HSV215°83°94°
CMYK 0.830.490.00   0.06
XYZ23.454020.622584.4057
Yxy20.62250.18250.1605
Hunter Lab45.412012.7191-78.4118
CIE-Lab52.533818.2100-65.5628

#297aef color RGB value is (41,122,239).

#297aef hex color red value is 41, green value is 122 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #297aef hue: 0.60 , saturation: 0.86 and the lightness value of 297aef is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111010 11101111
Octal 51 172 357
Decimal 41 122 239
Hex 29 7A EF

RGB Percentages of Color #297aef

%10.20
%30.35
%59.45

CMYK Percentages of Color #297aef

%83
%49
%0
%6

Triadic Colors of #297aef

#297aef #ef297a #7aef29

Analogous Colors of #297aef

#297aef #3b29ef #29ddef

Monochromatic Colors of #297aef

#297aef

Complementary Color

#297aef #ef9e29

#297aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#297aef Color CSS Codes

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

#297aef Text Font Color

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

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


#297aef Background Color

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

This div background color is #297aef


#297aef Border Color

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

This div border color is #297aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297aef


Comments

No comments written yet.

Please login to write comment.