Color Hex Logo

#298ccc Color Hex

#298CCC
(41,140,204)
0 Favorites   0 Comments

Color spaces of #298ccc

RGB 41140204
HSL0.570.670.48
HSV204°80°80°
CMYK 0.800.310.00   0.20
XYZ21.191623.587260.5626
Yxy23.58720.20120.2239
Hunter Lab48.5667-7.1049-39.9379
CIE-Lab55.6721-5.7436-40.9068

#298ccc color RGB value is (41,140,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001100 11001100
Octal 51 214 314
Decimal 41 140 204
Hex 29 8C CC

RGB Percentages of Color #298ccc

%10.65
%36.36
%52.99

CMYK Percentages of Color #298ccc

%80
%31
%0
%20

Triadic Colors of #298ccc

#298ccc #cc298c #8ccc29

Analogous Colors of #298ccc

#298ccc #293acc #29ccbb

Monochromatic Colors of #298ccc

#298ccc

Complementary Color

#298ccc #cc6929

#298ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#298ccc Color CSS Codes

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

#298ccc Text Font Color

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

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


#298ccc Background Color

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

This div background color is #298ccc


#298ccc Border Color

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

This div border color is #298ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,140,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 #298ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298ccc


Comments

No comments written yet.

Please login to write comment.