Color Hex Logo

#298eda Color Hex

#298EDA
(41,142,218)
0 Favorites   0 Comments

Color spaces of #298eda

RGB 41142218
HSL0.570.710.51
HSV206°81°85°
CMYK 0.810.350.00   0.15
XYZ23.242324.879469.9069
Yxy24.87940.19690.2108
Hunter Lab49.8793-4.1128-48.1808
CIE-Lab56.9577-1.8049-46.7482

#298eda color RGB value is (41,142,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001110 11011010
Octal 51 216 332
Decimal 41 142 218
Hex 29 8E DA

RGB Percentages of Color #298eda

%10.22
%35.41
%54.36

CMYK Percentages of Color #298eda

%81
%35
%0
%15

Triadic Colors of #298eda

#298eda #da298e #8eda29

Analogous Colors of #298eda

#298eda #2935da #29dace

Monochromatic Colors of #298eda

#298eda

Complementary Color

#298eda #da7529

#298eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#298eda Color CSS Codes

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

#298eda Text Font Color

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

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


#298eda Background Color

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

This div background color is #298eda


#298eda Border Color

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

This div border color is #298eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298eda


Comments

No comments written yet.

Please login to write comment.