Color Hex Logo

#429ecf Color Hex

#429ECF
(66,158,207)
0 Favorites   0 Comments

Color spaces of #429ecf

RGB 66158207
HSL0.560.590.54
HSV201°68°81°
CMYK 0.680.240.00   0.19
XYZ25.736130.117063.4882
Yxy30.11700.21570.2524
Hunter Lab54.8790-12.3286-30.1760
CIE-Lab61.7550-11.6780-33.0259

#429ecf color RGB value is (66,158,207).

#429ecf hex color red value is 66, green value is 158 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #429ecf hue: 0.56 , saturation: 0.59 and the lightness value of 429ecf is 0.54.

The process color (four color CMYK) of #429ecf color hex is 0.68, 0.24, 0.00, 0.19. Web safe color of #429ecf is #3399cc. Color #429ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011110 11001111
Octal 102 236 317
Decimal 66 158 207
Hex 42 9E CF

RGB Percentages of Color #429ecf

%15.31
%36.66
%48.03

CMYK Percentages of Color #429ecf

%68
%24
%0
%19

Triadic Colors of #429ecf

#429ecf #cf429e #9ecf42

Analogous Colors of #429ecf

#429ecf #4257cf #42cfba

Monochromatic Colors of #429ecf

#429ecf

Complementary Color

#429ecf #cf7342

#429ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#429ecf Color CSS Codes

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

#429ecf Text Font Color

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

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


#429ecf Background Color

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

This div background color is #429ecf


#429ecf Border Color

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

This div border color is #429ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429ecf


Comments

No comments written yet.

Please login to write comment.