Color Hex Logo

#298fcd Color Hex

#298FCD
(41,143,205)
0 Favorites   0 Comments

Color spaces of #298fcd

RGB 41143205
HSL0.560.670.48
HSV203°80°80°
CMYK 0.800.300.00   0.20
XYZ21.756424.524161.3446
Yxy24.52410.20210.2279
Hunter Lab49.5218-8.2428-38.7796
CIE-Lab56.6088-7.1110-39.9968

#298fcd color RGB value is (41,143,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001111 11001101
Octal 51 217 315
Decimal 41 143 205
Hex 29 8F CD

RGB Percentages of Color #298fcd

%10.54
%36.76
%52.70

CMYK Percentages of Color #298fcd

%80
%30
%0
%20

Triadic Colors of #298fcd

#298fcd #cd298f #8fcd29

Analogous Colors of #298fcd

#298fcd #293dcd #29cdb9

Monochromatic Colors of #298fcd

#298fcd

Complementary Color

#298fcd #cd6729

#298fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#298fcd Color CSS Codes

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

#298fcd Text Font Color

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

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


#298fcd Background Color

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

This div background color is #298fcd


#298fcd Border Color

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

This div border color is #298fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298fcd


Comments

No comments written yet.

Please login to write comment.