Color Hex Logo

#298ddd Color Hex

#298DDD
(41,141,221)
0 Favorites   0 Comments

Color spaces of #298ddd

RGB 41141221
HSL0.570.730.51
HSV207°81°87°
CMYK 0.810.360.00   0.13
XYZ23.490524.741671.9441
Yxy24.74160.19550.2059
Hunter Lab49.7409-2.7488-50.9370
CIE-Lab56.8228-0.1142-48.6409

#298ddd color RGB value is (41,141,221).

#298ddd hex color red value is 41, green value is 141 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #298ddd hue: 0.57 , saturation: 0.73 and the lightness value of 298ddd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001101 11011101
Octal 51 215 335
Decimal 41 141 221
Hex 29 8D DD

RGB Percentages of Color #298ddd

%10.17
%34.99
%54.84

CMYK Percentages of Color #298ddd

%81
%36
%0
%13

Triadic Colors of #298ddd

#298ddd #dd298d #8ddd29

Analogous Colors of #298ddd

#298ddd #2933dd #29ddd3

Monochromatic Colors of #298ddd

#298ddd

Complementary Color

#298ddd #dd7929

#298ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#298ddd Color CSS Codes

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

#298ddd Text Font Color

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

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


#298ddd Background Color

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

This div background color is #298ddd


#298ddd Border Color

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

This div border color is #298ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298ddd


Comments

No comments written yet.

Please login to write comment.