Color Hex Logo

#42baca Color Hex

#42BACA
(66,186,202)
0 Favorites   0 Comments

Color spaces of #42baca

RGB 66186202
HSL0.520.560.53
HSV187°67°79°
CMYK 0.670.080.00   0.21
XYZ30.466340.540362.0964
Yxy40.54030.22890.3046
Hunter Lab63.6713-26.0136-13.2536
CIE-Lab69.8526-27.8673-17.8346

#42baca color RGB value is (66,186,202).

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

The process color (four color CMYK) of #42baca color hex is 0.67, 0.08, 0.00, 0.21. Web safe color of #42baca is #33cccc. Color #42baca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111010 11001010
Octal 102 272 312
Decimal 66 186 202
Hex 42 BA CA

RGB Percentages of Color #42baca

%14.54
%40.97
%44.49

CMYK Percentages of Color #42baca

%67
%8
%0
%21

Triadic Colors of #42baca

#42baca #ca42ba #baca42

Analogous Colors of #42baca

#42baca #4276ca #42ca96

Monochromatic Colors of #42baca

#42baca

Complementary Color

#42baca #ca5242

#42baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#42baca Color CSS Codes

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

#42baca Text Font Color

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

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


#42baca Background Color

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

This div background color is #42baca


#42baca Border Color

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

This div border color is #42baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42baca


Comments

No comments written yet.

Please login to write comment.