Color Hex Logo

#298dbe Color Hex

#298DBE
(41,141,190)
0 Favorites   0 Comments

Color spaces of #298dbe

RGB 41141190
HSL0.550.650.45
HSV200°78°75°
CMYK 0.780.260.00   0.25
XYZ19.733623.238952.1607
Yxy23.23890.20740.2443
Hunter Lab48.2067-11.2922-30.4083
CIE-Lab55.3176-11.3345-33.5303

#298dbe color RGB value is (41,141,190).

#298dbe hex color red value is 41, green value is 141 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #298dbe hue: 0.55 , saturation: 0.65 and the lightness value of 298dbe is 0.45.

The process color (four color CMYK) of #298dbe color hex is 0.78, 0.26, 0.00, 0.25. Web safe color of #298dbe is #3399cc. Color #298dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001101 10111110
Octal 51 215 276
Decimal 41 141 190
Hex 29 8D BE

RGB Percentages of Color #298dbe

%11.02
%37.90
%51.08

CMYK Percentages of Color #298dbe

%78
%26
%0
%25

Triadic Colors of #298dbe

#298dbe #be298d #8dbe29

Analogous Colors of #298dbe

#298dbe #2943be #29bea5

Monochromatic Colors of #298dbe

#298dbe

Complementary Color

#298dbe #be5a29

#298dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#298dbe Color CSS Codes

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

#298dbe Text Font Color

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

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


#298dbe Background Color

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

This div background color is #298dbe


#298dbe Border Color

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

This div border color is #298dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298dbe


Comments

No comments written yet.

Please login to write comment.