Color Hex Logo

#298ea5 Color Hex

#298EA5
(41,142,165)
0 Favorites   0 Comments

Color spaces of #298ea5

RGB 41142165
HSL0.530.600.40
HSV191°75°65°
CMYK 0.750.140.00   0.35
XYZ17.379022.534039.0308
Yxy22.53400.22010.2854
Hunter Lab47.4700-17.7227-15.5205
CIE-Lab54.5891-20.4721-20.3680

#298ea5 color RGB value is (41,142,165).

#298ea5 hex color red value is 41, green value is 142 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #298ea5 hue: 0.53 , saturation: 0.60 and the lightness value of 298ea5 is 0.40.

The process color (four color CMYK) of #298ea5 color hex is 0.75, 0.14, 0.00, 0.35. Web safe color of #298ea5 is #339999. Color #298ea5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001110 10100101
Octal 51 216 245
Decimal 41 142 165
Hex 29 8E A5

RGB Percentages of Color #298ea5

%11.78
%40.80
%47.41

CMYK Percentages of Color #298ea5

%75
%14
%0
%35

Triadic Colors of #298ea5

#298ea5 #a5298e #8ea529

Analogous Colors of #298ea5

#298ea5 #2950a5 #29a57e

Monochromatic Colors of #298ea5

#298ea5

Complementary Color

#298ea5 #a54029

#298ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298ea5 Color CSS Codes

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

#298ea5 Text Font Color

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

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


#298ea5 Background Color

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

This div background color is #298ea5


#298ea5 Border Color

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

This div border color is #298ea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298ea5


Comments

No comments written yet.

Please login to write comment.