Color Hex Logo

#298dc9 Color Hex

#298DC9
(41,141,201)
0 Favorites   0 Comments

Color spaces of #298dc9

RGB 41141201
HSL0.560.660.47
HSV203°80°79°
CMYK 0.800.300.00   0.21
XYZ20.981923.738258.7344
Yxy23.73820.20280.2295
Hunter Lab48.7219-8.3929-37.3690
CIE-Lab55.8247-7.4048-38.9717

#298dc9 color RGB value is (41,141,201).

#298dc9 hex color red value is 41, green value is 141 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #298dc9 hue: 0.56 , saturation: 0.66 and the lightness value of 298dc9 is 0.47.

The process color (four color CMYK) of #298dc9 color hex is 0.80, 0.30, 0.00, 0.21. Web safe color of #298dc9 is #3399cc. Color #298dc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001101 11001001
Octal 51 215 311
Decimal 41 141 201
Hex 29 8D C9

RGB Percentages of Color #298dc9

%10.70
%36.81
%52.48

CMYK Percentages of Color #298dc9

%80
%30
%0
%21

Triadic Colors of #298dc9

#298dc9 #c9298d #8dc929

Analogous Colors of #298dc9

#298dc9 #293dc9 #29c9b5

Monochromatic Colors of #298dc9

#298dc9

Complementary Color

#298dc9 #c96529

#298dc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298dc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298dc9 Color CSS Codes

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

#298dc9 Text Font Color

<p style="color:#298dc9">Text here</p>

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


#298dc9 Background Color

<div style="background-color:#298dc9">
Div content here</div>

This div background color is #298dc9


#298dc9 Border Color

<div style="border:3px solid #298dc9">
Div here</div>

This div border color is #298dc9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,141,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #298dc9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #298dc9;
  -webkit-box-shadow: 1px 1px 3px 2px #298dc9;
  box-shadow:         1px 1px 3px 2px #298dc9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298dc9


Comments

No comments written yet.

Please login to write comment.