Color Hex Logo

#297aeb Color Hex

#297AEB
(41,122,235)
0 Favorites   0 Comments

Color spaces of #297aeb

RGB 41122235
HSL0.600.830.54
HSV215°83°92°
CMYK 0.830.480.00   0.08
XYZ22.869420.388681.3273
Yxy20.38860.18360.1637
Hunter Lab45.153711.3874-75.1808
CIE-Lab52.273816.7035-63.7499

#297aeb color RGB value is (41,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111010 11101011
Octal 51 172 353
Decimal 41 122 235
Hex 29 7A EB

RGB Percentages of Color #297aeb

%10.30
%30.65
%59.05

CMYK Percentages of Color #297aeb

%83
%48
%0
%8

Triadic Colors of #297aeb

#297aeb #eb297a #7aeb29

Analogous Colors of #297aeb

#297aeb #3929eb #29dbeb

Monochromatic Colors of #297aeb

#297aeb

Complementary Color

#297aeb #eb9a29

#297aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#297aeb Color CSS Codes

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

#297aeb Text Font Color

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

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


#297aeb Background Color

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

This div background color is #297aeb


#297aeb Border Color

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

This div border color is #297aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297aeb


Comments

No comments written yet.

Please login to write comment.