Color Hex Logo

#297ddf Color Hex

#297DDF
(41,125,223)
0 Favorites   0 Comments

Color spaces of #297ddf

RGB 41125223
HSL0.590.740.52
HSV212°82°87°
CMYK 0.820.440.00   0.13
XYZ21.567320.466472.6257
Yxy20.46640.18810.1785
Hunter Lab45.23985.9271-63.5133
CIE-Lab52.360510.3118-56.8829

#297ddf color RGB value is (41,125,223).

#297ddf hex color red value is 41, green value is 125 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #297ddf hue: 0.59 , saturation: 0.74 and the lightness value of 297ddf is 0.52.

The process color (four color CMYK) of #297ddf color hex is 0.82, 0.44, 0.00, 0.13. Web safe color of #297ddf is #3366cc. Color #297ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111101 11011111
Octal 51 175 337
Decimal 41 125 223
Hex 29 7D DF

RGB Percentages of Color #297ddf

%10.54
%32.13
%57.33

CMYK Percentages of Color #297ddf

%82
%44
%0
%13

Triadic Colors of #297ddf

#297ddf #df297d #7ddf29

Analogous Colors of #297ddf

#297ddf #3029df #29d8df

Monochromatic Colors of #297ddf

#297ddf

Complementary Color

#297ddf #df8b29

#297ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#297ddf Color CSS Codes

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

#297ddf Text Font Color

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

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


#297ddf Background Color

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

This div background color is #297ddf


#297ddf Border Color

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

This div border color is #297ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297ddf


Comments

No comments written yet.

Please login to write comment.