Color Hex Logo

#298dbc Color Hex

#298DBC
(41,141,188)
0 Favorites   0 Comments

Color spaces of #298dbc

RGB 41141188
HSL0.550.640.45
HSV199°78°74°
CMYK 0.780.250.00   0.26
XYZ19.516423.152051.0171
Yxy23.15200.20830.2471
Hunter Lab48.1165-11.8031-29.1826
CIE-Lab55.2286-12.0411-32.5316

#298dbc color RGB value is (41,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001101 10111100
Octal 51 215 274
Decimal 41 141 188
Hex 29 8D BC

RGB Percentages of Color #298dbc

%11.08
%38.11
%50.81

CMYK Percentages of Color #298dbc

%78
%25
%0
%26

Triadic Colors of #298dbc

#298dbc #bc298d #8dbc29

Analogous Colors of #298dbc

#298dbc #2944bc #29bca2

Monochromatic Colors of #298dbc

#298dbc

Complementary Color

#298dbc #bc5829

#298dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#298dbc Color CSS Codes

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

#298dbc Text Font Color

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

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


#298dbc Background Color

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

This div background color is #298dbc


#298dbc Border Color

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

This div border color is #298dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298dbc


Comments

No comments written yet.

Please login to write comment.