Color Hex Logo

#297dee Color Hex

#297DEE
(41,125,238)
0 Favorites   0 Comments

Color spaces of #297dee

RGB 41125238
HSL0.600.850.55
HSV214°83°93°
CMYK 0.830.470.00   0.07
XYZ23.680721.311783.7544
Yxy21.31170.18390.1655
Hunter Lab46.164610.7757-75.2520
CIE-Lab53.289015.9624-63.7871

#297dee color RGB value is (41,125,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111101 11101110
Octal 51 175 356
Decimal 41 125 238
Hex 29 7D EE

RGB Percentages of Color #297dee

%10.15
%30.94
%58.91

CMYK Percentages of Color #297dee

%83
%47
%0
%7

Triadic Colors of #297dee

#297dee #ee297d #7dee29

Analogous Colors of #297dee

#297dee #3729ee #29e0ee

Monochromatic Colors of #297dee

#297dee

Complementary Color

#297dee #ee9a29

#297dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#297dee Color CSS Codes

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

#297dee Text Font Color

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

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


#297dee Background Color

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

This div background color is #297dee


#297dee Border Color

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

This div border color is #297dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297dee


Comments

No comments written yet.

Please login to write comment.