Color Hex Logo

#298cee Color Hex

#298CEE
(41,140,238)
0 Favorites   0 Comments

Color spaces of #298cee

RGB 41140238
HSL0.580.850.55
HSV210°83°93°
CMYK 0.830.410.00   0.07
XYZ25.725225.400684.4359
Yxy25.40060.18980.1874
Hunter Lab50.39902.9136-64.0521
CIE-Lab57.46376.7736-57.0850

#298cee color RGB value is (41,140,238).

#298cee hex color red value is 41, green value is 140 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #298cee hue: 0.58 , saturation: 0.85 and the lightness value of 298cee is 0.55.

The process color (four color CMYK) of #298cee color hex is 0.83, 0.41, 0.00, 0.07. Web safe color of #298cee is #3399ff. Color #298cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001100 11101110
Octal 51 214 356
Decimal 41 140 238
Hex 29 8C EE

RGB Percentages of Color #298cee

%9.79
%33.41
%56.80

CMYK Percentages of Color #298cee

%83
%41
%0
%7

Triadic Colors of #298cee

#298cee #ee298c #8cee29

Analogous Colors of #298cee

#298cee #292aee #29eeee

Monochromatic Colors of #298cee

#298cee

Complementary Color

#298cee #ee8b29

#298cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#298cee Color CSS Codes

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

#298cee Text Font Color

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

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


#298cee Background Color

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

This div background color is #298cee


#298cee Border Color

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

This div border color is #298cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298cee


Comments

No comments written yet.

Please login to write comment.