Color Hex Logo

#298ecc Color Hex

#298ECC
(41,142,204)
0 Favorites   0 Comments

Color spaces of #298ecc

RGB 41142204
HSL0.560.670.48
HSV203°80°80°
CMYK 0.800.300.00   0.20
XYZ21.486524.177160.6609
Yxy24.17710.20210.2274
Hunter Lab49.1702-8.0466-38.7264
CIE-Lab56.2647-6.8979-39.9741

#298ecc color RGB value is (41,142,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001110 11001100
Octal 51 216 314
Decimal 41 142 204
Hex 29 8E CC

RGB Percentages of Color #298ecc

%10.59
%36.69
%52.71

CMYK Percentages of Color #298ecc

%80
%30
%0
%20

Triadic Colors of #298ecc

#298ecc #cc298e #8ecc29

Analogous Colors of #298ecc

#298ecc #293dcc #29ccb9

Monochromatic Colors of #298ecc

#298ecc

Complementary Color

#298ecc #cc6729

#298ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#298ecc Color CSS Codes

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

#298ecc Text Font Color

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

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


#298ecc Background Color

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

This div background color is #298ecc


#298ecc Border Color

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

This div border color is #298ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298ecc


Comments

No comments written yet.

Please login to write comment.