Color Hex Logo

#2998cd Color Hex

#2998CD
(41,152,205)
0 Favorites   0 Comments

Color spaces of #2998cd

RGB 41152205
HSL0.550.670.48
HSV199°80°80°
CMYK 0.800.260.00   0.20
XYZ23.162127.335761.8131
Yxy27.33570.20620.2434
Hunter Lab52.2836-12.4191-33.4981
CIE-Lab59.2838-12.1910-35.8041

#2998cd color RGB value is (41,152,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011000 11001101
Octal 51 230 315
Decimal 41 152 205
Hex 29 98 CD

RGB Percentages of Color #2998cd

%10.30
%38.19
%51.51

CMYK Percentages of Color #2998cd

%80
%26
%0
%20

Triadic Colors of #2998cd

#2998cd #cd2998 #98cd29

Analogous Colors of #2998cd

#2998cd #2946cd #29cdb0

Monochromatic Colors of #2998cd

#2998cd

Complementary Color

#2998cd #cd5e29

#2998cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2998cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2998cd Color CSS Codes

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

#2998cd Text Font Color

<p style="color:#2998cd">Text here</p>

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


#2998cd Background Color

<div style="background-color:#2998cd">
Div content here</div>

This div background color is #2998cd


#2998cd Border Color

<div style="border:3px solid #2998cd">
Div here</div>

This div border color is #2998cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,152,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 #2998cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2998cd


Comments

No comments written yet.

Please login to write comment.