Color Hex Logo

#298dca Color Hex

#298DCA
(41,141,202)
0 Favorites   0 Comments

Color spaces of #298dca

RGB 41141202
HSL0.560.660.48
HSV203°80°79°
CMYK 0.800.300.00   0.21
XYZ21.100023.785459.3561
Yxy23.78540.20240.2282
Hunter Lab48.7703-8.1216-38.0200
CIE-Lab55.8723-7.0440-39.4621

#298dca color RGB value is (41,141,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001101 11001010
Octal 51 215 312
Decimal 41 141 202
Hex 29 8D CA

RGB Percentages of Color #298dca

%10.68
%36.72
%52.60

CMYK Percentages of Color #298dca

%80
%30
%0
%21

Triadic Colors of #298dca

#298dca #ca298d #8dca29

Analogous Colors of #298dca

#298dca #293dca #29cab7

Monochromatic Colors of #298dca

#298dca

Complementary Color

#298dca #ca6629

#298dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#298dca Color CSS Codes

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

#298dca Text Font Color

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

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


#298dca Background Color

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

This div background color is #298dca


#298dca Border Color

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

This div border color is #298dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298dca


Comments

No comments written yet.

Please login to write comment.