Color Hex Logo

#297acd Color Hex

#297ACD
(41,122,205)
0 Favorites   0 Comments

Color spaces of #297acd

RGB 41122205
HSL0.580.670.48
HSV210°80°80°
CMYK 0.800.400.00   0.20
XYZ18.893418.798360.3902
Yxy18.79830.19260.1917
Hunter Lab43.35701.9090-52.2327
CIE-Lab50.45045.3817-49.7535

#297acd color RGB value is (41,122,205).

#297acd hex color red value is 41, green value is 122 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #297acd hue: 0.58 , saturation: 0.67 and the lightness value of 297acd is 0.48.

The process color (four color CMYK) of #297acd color hex is 0.80, 0.40, 0.00, 0.20. Web safe color of #297acd is #3366cc. Color #297acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111010 11001101
Octal 51 172 315
Decimal 41 122 205
Hex 29 7A CD

RGB Percentages of Color #297acd

%11.14
%33.15
%55.71

CMYK Percentages of Color #297acd

%80
%40
%0
%20

Triadic Colors of #297acd

#297acd #cd297a #7acd29

Analogous Colors of #297acd

#297acd #2a29cd #29cccd

Monochromatic Colors of #297acd

#297acd

Complementary Color

#297acd #cd7c29

#297acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#297acd Color CSS Codes

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

#297acd Text Font Color

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

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


#297acd Background Color

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

This div background color is #297acd


#297acd Border Color

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

This div border color is #297acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297acd


Comments

No comments written yet.

Please login to write comment.