Color Hex Logo

#298acf Color Hex

#298ACF
(41,138,207)
0 Favorites   0 Comments

Color spaces of #298acf

RGB 41138207
HSL0.570.670.49
HSV205°80°81°
CMYK 0.800.330.00   0.19
XYZ21.265423.153462.3797
Yxy23.15340.19910.2168
Hunter Lab48.1180-5.3197-43.1804
CIE-Lab55.2300-3.4865-43.2979

#298acf color RGB value is (41,138,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001010 11001111
Octal 51 212 317
Decimal 41 138 207
Hex 29 8A CF

RGB Percentages of Color #298acf

%10.62
%35.75
%53.63

CMYK Percentages of Color #298acf

%80
%33
%0
%19

Triadic Colors of #298acf

#298acf #cf298a #8acf29

Analogous Colors of #298acf

#298acf #2937cf #29cfc1

Monochromatic Colors of #298acf

#298acf

Complementary Color

#298acf #cf6e29

#298acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#298acf Color CSS Codes

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

#298acf Text Font Color

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

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


#298acf Background Color

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

This div background color is #298acf


#298acf Border Color

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

This div border color is #298acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298acf


Comments

No comments written yet.

Please login to write comment.