Color Hex Logo

#298ddc Color Hex

#298DDC
(41,141,220)
0 Favorites   0 Comments

Color spaces of #298ddc

RGB 41141220
HSL0.570.720.51
HSV206°81°86°
CMYK 0.810.360.00   0.14
XYZ23.357624.688571.2444
Yxy24.68850.19580.2070
Hunter Lab49.6875-3.0421-50.2316
CIE-Lab56.7706-0.4823-48.1642

#298ddc color RGB value is (41,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001101 11011100
Octal 51 215 334
Decimal 41 141 220
Hex 29 8D DC

RGB Percentages of Color #298ddc

%10.20
%35.07
%54.73

CMYK Percentages of Color #298ddc

%81
%36
%0
%14

Triadic Colors of #298ddc

#298ddc #dc298d #8ddc29

Analogous Colors of #298ddc

#298ddc #2934dc #29dcd2

Monochromatic Colors of #298ddc

#298ddc

Complementary Color

#298ddc #dc7829

#298ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#298ddc Color CSS Codes

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

#298ddc Text Font Color

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

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


#298ddc Background Color

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

This div background color is #298ddc


#298ddc Border Color

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

This div border color is #298ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298ddc


Comments

No comments written yet.

Please login to write comment.