Color Hex Logo

#298bdc Color Hex

#298BDC
(41,139,220)
0 Favorites   0 Comments

Color spaces of #298bdc

RGB 41139220
HSL0.580.720.51
HSV207°81°86°
CMYK 0.810.370.00   0.14
XYZ23.065324.104071.1470
Yxy24.10400.19490.2037
Hunter Lab49.0958-2.0581-51.5528
CIE-Lab56.19180.7009-49.0831

#298bdc color RGB value is (41,139,220).

#298bdc hex color red value is 41, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #298bdc hue: 0.58 , saturation: 0.72 and the lightness value of 298bdc is 0.51.

The process color (four color CMYK) of #298bdc color hex is 0.81, 0.37, 0.00, 0.14. Web safe color of #298bdc is #3399cc. Color #298bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001011 11011100
Octal 51 213 334
Decimal 41 139 220
Hex 29 8B DC

RGB Percentages of Color #298bdc

%10.25
%34.75
%55.00

CMYK Percentages of Color #298bdc

%81
%37
%0
%14

Triadic Colors of #298bdc

#298bdc #dc298b #8bdc29

Analogous Colors of #298bdc

#298bdc #2932dc #29dcd4

Monochromatic Colors of #298bdc

#298bdc

Complementary Color

#298bdc #dc7a29

#298bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#298bdc Color CSS Codes

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

#298bdc Text Font Color

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

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


#298bdc Background Color

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

This div background color is #298bdc


#298bdc Border Color

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

This div border color is #298bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298bdc


Comments

No comments written yet.

Please login to write comment.