Color Hex Logo

#429ebc Color Hex

#429EBC
(66,158,188)
0 Favorites   0 Comments

Color spaces of #429ebc

RGB 66158188
HSL0.540.480.50
HSV195°65°74°
CMYK 0.650.160.00   0.26
XYZ23.550729.242851.9801
Yxy29.24280.22480.2791
Hunter Lab54.0766-16.8962-19.1377
CIE-Lab60.9953-17.8314-23.5603

#429ebc color RGB value is (66,158,188).

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

The process color (four color CMYK) of #429ebc color hex is 0.65, 0.16, 0.00, 0.26. Web safe color of #429ebc is #3399cc. Color #429ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011110 10111100
Octal 102 236 274
Decimal 66 158 188
Hex 42 9E BC

RGB Percentages of Color #429ebc

%16.02
%38.35
%45.63

CMYK Percentages of Color #429ebc

%65
%16
%0
%26

Triadic Colors of #429ebc

#429ebc #bc429e #9ebc42

Analogous Colors of #429ebc

#429ebc #4261bc #42bc9d

Monochromatic Colors of #429ebc

#429ebc

Complementary Color

#429ebc #bc6042

#429ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#429ebc Color CSS Codes

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

#429ebc Text Font Color

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

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


#429ebc Background Color

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

This div background color is #429ebc


#429ebc Border Color

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

This div border color is #429ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429ebc


Comments

No comments written yet.

Please login to write comment.