Color Hex Logo

#4299eb Color Hex

#4299EB
(66,153,235)
0 Favorites   0 Comments

Color spaces of #4299eb

RGB 66153235
HSL0.580.810.59
HSV209°72°92°
CMYK 0.720.350.00   0.08
XYZ28.633429.938982.8669
Yxy29.93890.20240.2117
Hunter Lab54.7165-2.3438-51.4919
CIE-Lab61.60150.6935-48.8056

#4299eb color RGB value is (66,153,235).

#4299eb hex color red value is 66, green value is 153 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4299eb hue: 0.58 , saturation: 0.81 and the lightness value of 4299eb is 0.59.

The process color (four color CMYK) of #4299eb color hex is 0.72, 0.35, 0.00, 0.08. Web safe color of #4299eb is #3399ff. Color #4299eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011001 11101011
Octal 102 231 353
Decimal 66 153 235
Hex 42 99 EB

RGB Percentages of Color #4299eb

%14.54
%33.70
%51.76

CMYK Percentages of Color #4299eb

%72
%35
%0
%8

Triadic Colors of #4299eb

#4299eb #eb4299 #99eb42

Analogous Colors of #4299eb

#4299eb #4245eb #42ebe9

Monochromatic Colors of #4299eb

#4299eb

Complementary Color

#4299eb #eb9442

#4299eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4299eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4299eb Color CSS Codes

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

#4299eb Text Font Color

<p style="color:#4299eb">Text here</p>

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


#4299eb Background Color

<div style="background-color:#4299eb">
Div content here</div>

This div background color is #4299eb


#4299eb Border Color

<div style="border:3px solid #4299eb">
Div here</div>

This div border color is #4299eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,153,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4299eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4299eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4299eb;
  box-shadow:         1px 1px 3px 2px #4299eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,153,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4299eb


Comments

No comments written yet.

Please login to write comment.