Color Hex Logo

#298edf Color Hex

#298EDF
(41,142,223)
0 Favorites   0 Comments

Color spaces of #298edf

RGB 41142223
HSL0.570.740.52
HSV207°82°87°
CMYK 0.820.360.00   0.13
XYZ23.906725.145173.4055
Yxy25.14510.19520.2053
Hunter Lab50.1449-2.6532-51.6913
CIE-Lab57.21650.0310-49.1336

#298edf color RGB value is (41,142,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001110 11011111
Octal 51 216 337
Decimal 41 142 223
Hex 29 8E DF

RGB Percentages of Color #298edf

%10.10
%34.98
%54.93

CMYK Percentages of Color #298edf

%82
%36
%0
%13

Triadic Colors of #298edf

#298edf #df298e #8edf29

Analogous Colors of #298edf

#298edf #2933df #29dfd5

Monochromatic Colors of #298edf

#298edf

Complementary Color

#298edf #df7a29

#298edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#298edf Color CSS Codes

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

#298edf Text Font Color

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

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


#298edf Background Color

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

This div background color is #298edf


#298edf Border Color

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

This div border color is #298edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298edf


Comments

No comments written yet.

Please login to write comment.