Color Hex Logo

#2998dd Color Hex

#2998DD
(41,152,221)
0 Favorites   0 Comments

Color spaces of #2998dd

RGB 41152221
HSL0.560.730.51
HSV203°81°87°
CMYK 0.810.310.00   0.13
XYZ25.193828.148372.5119
Yxy28.14830.20020.2237
Hunter Lab53.0550-8.0833-43.8950
CIE-Lab60.0225-6.4982-43.5812

#2998dd color RGB value is (41,152,221).

#2998dd hex color red value is 41, green value is 152 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2998dd hue: 0.56 , saturation: 0.73 and the lightness value of 2998dd is 0.51.

The process color (four color CMYK) of #2998dd color hex is 0.81, 0.31, 0.00, 0.13. Web safe color of #2998dd is #3399cc. Color #2998dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011000 11011101
Octal 51 230 335
Decimal 41 152 221
Hex 29 98 DD

RGB Percentages of Color #2998dd

%9.90
%36.71
%53.38

CMYK Percentages of Color #2998dd

%81
%31
%0
%13

Triadic Colors of #2998dd

#2998dd #dd2998 #98dd29

Analogous Colors of #2998dd

#2998dd #293edd #29ddc8

Monochromatic Colors of #2998dd

#2998dd

Complementary Color

#2998dd #dd6e29

#2998dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2998dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2998dd Color CSS Codes

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

#2998dd Text Font Color

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

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


#2998dd Background Color

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

This div background color is #2998dd


#2998dd Border Color

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

This div border color is #2998dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2998dd


Comments

No comments written yet.

Please login to write comment.