Color Hex Logo

#298fd2 Color Hex

#298FD2
(41,143,210)
0 Favorites   0 Comments

Color spaces of #298fd2

RGB 41143210
HSL0.570.670.49
HSV204°80°82°
CMYK 0.800.320.00   0.18
XYZ22.369824.769564.5747
Yxy24.76950.20020.2217
Hunter Lab49.7690-6.8648-42.0899
CIE-Lab56.8501-5.3036-42.4304

#298fd2 color RGB value is (41,143,210).

#298fd2 hex color red value is 41, green value is 143 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #298fd2 hue: 0.57 , saturation: 0.67 and the lightness value of 298fd2 is 0.49.

The process color (four color CMYK) of #298fd2 color hex is 0.80, 0.32, 0.00, 0.18. Web safe color of #298fd2 is #3399cc. Color #298fd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001111 11010010
Octal 51 217 322
Decimal 41 143 210
Hex 29 8F D2

RGB Percentages of Color #298fd2

%10.41
%36.29
%53.30

CMYK Percentages of Color #298fd2

%80
%32
%0
%18

Triadic Colors of #298fd2

#298fd2 #d2298f #8fd229

Analogous Colors of #298fd2

#298fd2 #293bd2 #29d2c1

Monochromatic Colors of #298fd2

#298fd2

Complementary Color

#298fd2 #d26c29

#298fd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298fd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298fd2 Color CSS Codes

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

#298fd2 Text Font Color

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

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


#298fd2 Background Color

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

This div background color is #298fd2


#298fd2 Border Color

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

This div border color is #298fd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298fd2


Comments

No comments written yet.

Please login to write comment.