Color Hex Logo

#429ceb Color Hex

#429CEB
(66,156,235)
0 Favorites   0 Comments

Color spaces of #429ceb

RGB 66156235
HSL0.580.810.59
HSV208°72°92°
CMYK 0.720.340.00   0.08
XYZ29.130630.933383.0326
Yxy30.93330.20360.2162
Hunter Lab55.6177-3.8390-49.5826
CIE-Lab62.4513-1.0405-47.4620

#429ceb color RGB value is (66,156,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011100 11101011
Octal 102 234 353
Decimal 66 156 235
Hex 42 9C EB

RGB Percentages of Color #429ceb

%14.44
%34.14
%51.42

CMYK Percentages of Color #429ceb

%72
%34
%0
%8

Triadic Colors of #429ceb

#429ceb #eb429c #9ceb42

Analogous Colors of #429ceb

#429ceb #4248eb #42ebe6

Monochromatic Colors of #429ceb

#429ceb

Complementary Color

#429ceb #eb9142

#429ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#429ceb Color CSS Codes

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

#429ceb Text Font Color

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

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


#429ceb Background Color

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

This div background color is #429ceb


#429ceb Border Color

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

This div border color is #429ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,156,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 #429ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429ceb


Comments

No comments written yet.

Please login to write comment.