Color Hex Logo

#429eef Color Hex

#429EEF
(66,158,239)
0 Favorites   0 Comments

Color spaces of #429eef

RGB 66158239
HSL0.580.840.60
HSV208°72°94°
CMYK 0.720.340.00   0.06
XYZ30.053631.844086.2239
Yxy31.84400.20290.2150
Hunter Lab56.4305-3.6883-51.0918
CIE-Lab63.2137-0.8035-48.4590

#429eef color RGB value is (66,158,239).

#429eef hex color red value is 66, green value is 158 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #429eef hue: 0.58 , saturation: 0.84 and the lightness value of 429eef is 0.60.

The process color (four color CMYK) of #429eef color hex is 0.72, 0.34, 0.00, 0.06. Web safe color of #429eef is #3399ff. Color #429eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011110 11101111
Octal 102 236 357
Decimal 66 158 239
Hex 42 9E EF

RGB Percentages of Color #429eef

%14.25
%34.13
%51.62

CMYK Percentages of Color #429eef

%72
%34
%0
%6

Triadic Colors of #429eef

#429eef #ef429e #9eef42

Analogous Colors of #429eef

#429eef #4248ef #42efea

Monochromatic Colors of #429eef

#429eef

Complementary Color

#429eef #ef9342

#429eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#429eef Color CSS Codes

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

#429eef Text Font Color

<p style="color:#429eef">Text here</p>

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


#429eef Background Color

<div style="background-color:#429eef">
Div content here</div>

This div background color is #429eef


#429eef Border Color

<div style="border:3px solid #429eef">
Div here</div>

This div border color is #429eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,158,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #429eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #429eef;
  -webkit-box-shadow: 1px 1px 3px 2px #429eef;
  box-shadow:         1px 1px 3px 2px #429eef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429eef


Comments

No comments written yet.

Please login to write comment.