Color Hex Logo

#298fcb Color Hex

#298FCB
(41,143,203)
0 Favorites   0 Comments

Color spaces of #298fcb

RGB 41143203
HSL0.560.660.48
HSV202°80°80°
CMYK 0.800.300.00   0.20
XYZ21.516424.428160.0810
Yxy24.42810.20290.2304
Hunter Lab49.4248-8.7859-37.4758
CIE-Lab56.5139-7.8309-39.0183

#298fcb color RGB value is (41,143,203).

#298fcb hex color red value is 41, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #298fcb hue: 0.56 , saturation: 0.66 and the lightness value of 298fcb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001111 11001011
Octal 51 217 313
Decimal 41 143 203
Hex 29 8F CB

RGB Percentages of Color #298fcb

%10.59
%36.95
%52.45

CMYK Percentages of Color #298fcb

%80
%30
%0
%20

Triadic Colors of #298fcb

#298fcb #cb298f #8fcb29

Analogous Colors of #298fcb

#298fcb #293ecb #29cbb6

Monochromatic Colors of #298fcb

#298fcb

Complementary Color

#298fcb #cb6529

#298fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#298fcb Color CSS Codes

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

#298fcb Text Font Color

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

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


#298fcb Background Color

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

This div background color is #298fcb


#298fcb Border Color

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

This div border color is #298fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298fcb


Comments

No comments written yet.

Please login to write comment.