Color Hex Logo

#42bacc Color Hex

#42BACC
(66,186,204)
0 Favorites   0 Comments

Color spaces of #42bacc

RGB 66186204
HSL0.520.580.53
HSV188°68°80°
CMYK 0.680.090.00   0.20
XYZ30.704840.635763.3519
Yxy40.63570.22800.3017
Hunter Lab63.7461-25.5771-14.3010
CIE-Lab69.9199-27.2667-18.8289

#42bacc color RGB value is (66,186,204).

#42bacc hex color red value is 66, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #42bacc hue: 0.52 , saturation: 0.58 and the lightness value of 42bacc is 0.53.

The process color (four color CMYK) of #42bacc color hex is 0.68, 0.09, 0.00, 0.20. Web safe color of #42bacc is #33cccc. Color #42bacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111010 11001100
Octal 102 272 314
Decimal 66 186 204
Hex 42 BA CC

RGB Percentages of Color #42bacc

%14.47
%40.79
%44.74

CMYK Percentages of Color #42bacc

%68
%9
%0
%20

Triadic Colors of #42bacc

#42bacc #cc42ba #bacc42

Analogous Colors of #42bacc

#42bacc #4275cc #42cc99

Monochromatic Colors of #42bacc

#42bacc

Complementary Color

#42bacc #cc5442

#42bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bacc Color CSS Codes

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

#42bacc Text Font Color

<p style="color:#42bacc">Text here</p>

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


#42bacc Background Color

<div style="background-color:#42bacc">
Div content here</div>

This div background color is #42bacc


#42bacc Border Color

<div style="border:3px solid #42bacc">
Div here</div>

This div border color is #42bacc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,186,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42bacc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42bacc;
  -webkit-box-shadow: 1px 1px 3px 2px #42bacc;
  box-shadow:         1px 1px 3px 2px #42bacc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bacc


Comments

No comments written yet.

Please login to write comment.