Color Hex Logo

#4294dd Color Hex

#4294DD
(66,148,221)
0 Favorites   0 Comments

Color spaces of #4294dd

RGB 66148221
HSL0.580.700.56
HSV208°70°87°
CMYK 0.700.330.00   0.13
XYZ25.887827.558572.3615
Yxy27.55850.20580.2191
Hunter Lab52.4962-3.8434-44.9789
CIE-Lab59.4878-1.2709-44.3823

#4294dd color RGB value is (66,148,221).

#4294dd hex color red value is 66, green value is 148 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4294dd hue: 0.58 , saturation: 0.70 and the lightness value of 4294dd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010100 11011101
Octal 102 224 335
Decimal 66 148 221
Hex 42 94 DD

RGB Percentages of Color #4294dd

%15.17
%34.02
%50.80

CMYK Percentages of Color #4294dd

%70
%33
%0
%13

Triadic Colors of #4294dd

#4294dd #dd4294 #94dd42

Analogous Colors of #4294dd

#4294dd #4247dd #42ddd9

Monochromatic Colors of #4294dd

#4294dd

Complementary Color

#4294dd #dd8b42

#4294dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4294dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4294dd Color CSS Codes

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

#4294dd Text Font Color

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

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


#4294dd Background Color

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

This div background color is #4294dd


#4294dd Border Color

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

This div border color is #4294dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,148,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 #4294dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4294dd


Comments

No comments written yet.

Please login to write comment.