Color Hex Logo

#429abb Color Hex

#429ABB
(66,154,187)
0 Favorites   0 Comments

Color spaces of #429abb

RGB 66154187
HSL0.550.480.50
HSV196°65°73°
CMYK 0.650.180.00   0.27
XYZ22.772027.857351.1905
Yxy27.85730.22370.2736
Hunter Lab52.7800-15.3510-20.5584
CIE-Lab59.7596-16.0052-24.8953

#429abb color RGB value is (66,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011010 10111011
Octal 102 232 273
Decimal 66 154 187
Hex 42 9A BB

RGB Percentages of Color #429abb

%16.22
%37.84
%45.95

CMYK Percentages of Color #429abb

%65
%18
%0
%27

Triadic Colors of #429abb

#429abb #bb429a #9abb42

Analogous Colors of #429abb

#429abb #425dbb #42bba0

Monochromatic Colors of #429abb

#429abb

Complementary Color

#429abb #bb6342

#429abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#429abb Color CSS Codes

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

#429abb Text Font Color

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

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


#429abb Background Color

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

This div background color is #429abb


#429abb Border Color

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

This div border color is #429abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429abb


Comments

No comments written yet.

Please login to write comment.