Color Hex Logo

#298bcc Color Hex

#298BCC
(41,139,204)
0 Favorites   0 Comments

Color spaces of #298bcc

RGB 41139204
HSL0.570.670.48
HSV204°80°80°
CMYK 0.800.320.00   0.20
XYZ21.046223.296360.5141
Yxy23.29630.20070.2222
Hunter Lab48.2662-6.6321-40.5488
CIE-Lab55.3762-5.1633-41.3730

#298bcc color RGB value is (41,139,204).

#298bcc hex color red value is 41, green value is 139 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #298bcc hue: 0.57 , saturation: 0.67 and the lightness value of 298bcc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001011 11001100
Octal 51 213 314
Decimal 41 139 204
Hex 29 8B CC

RGB Percentages of Color #298bcc

%10.68
%36.20
%53.13

CMYK Percentages of Color #298bcc

%80
%32
%0
%20

Triadic Colors of #298bcc

#298bcc #cc298b #8bcc29

Analogous Colors of #298bcc

#298bcc #2939cc #29ccbc

Monochromatic Colors of #298bcc

#298bcc

Complementary Color

#298bcc #cc6a29

#298bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#298bcc Color CSS Codes

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

#298bcc Text Font Color

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

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


#298bcc Background Color

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

This div background color is #298bcc


#298bcc Border Color

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

This div border color is #298bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298bcc


Comments

No comments written yet.

Please login to write comment.