Color Hex Logo

#298cda Color Hex

#298CDA
(41,140,218)
0 Favorites   0 Comments

Color spaces of #298cda

RGB 41140218
HSL0.570.710.51
HSV206°81°85°
CMYK 0.810.360.00   0.15
XYZ22.947424.289569.8086
Yxy24.28950.19610.2075
Hunter Lab49.2844-3.1359-49.4819
CIE-Lab56.3765-0.6275-47.6695

#298cda color RGB value is (41,140,218).

#298cda hex color red value is 41, green value is 140 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #298cda hue: 0.57 , saturation: 0.71 and the lightness value of 298cda is 0.51.

The process color (four color CMYK) of #298cda color hex is 0.81, 0.36, 0.00, 0.15. Web safe color of #298cda is #3399cc. Color #298cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001100 11011010
Octal 51 214 332
Decimal 41 140 218
Hex 29 8C DA

RGB Percentages of Color #298cda

%10.28
%35.09
%54.64

CMYK Percentages of Color #298cda

%81
%36
%0
%15

Triadic Colors of #298cda

#298cda #da298c #8cda29

Analogous Colors of #298cda

#298cda #2933da #29dad0

Monochromatic Colors of #298cda

#298cda

Complementary Color

#298cda #da7729

#298cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#298cda Color CSS Codes

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

#298cda Text Font Color

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

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


#298cda Background Color

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

This div background color is #298cda


#298cda Border Color

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

This div border color is #298cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298cda


Comments

No comments written yet.

Please login to write comment.