Color Hex Logo

#42beca Color Hex

#42BECA
(66,190,202)
0 Favorites   0 Comments

Color spaces of #42beca

RGB 66190202
HSL0.510.560.53
HSV185°67°79°
CMYK 0.670.060.00   0.21
XYZ31.320942.249462.3813
Yxy42.24940.23040.3108
Hunter Lab64.9995-27.7366-11.4021
CIE-Lab71.0425-29.8260-16.0363

#42beca color RGB value is (66,190,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111110 11001010
Octal 102 276 312
Decimal 66 190 202
Hex 42 BE CA

RGB Percentages of Color #42beca

%14.41
%41.48
%44.10

CMYK Percentages of Color #42beca

%67
%6
%0
%21

Triadic Colors of #42beca

#42beca #ca42be #beca42

Analogous Colors of #42beca

#42beca #427aca #42ca92

Monochromatic Colors of #42beca

#42beca

Complementary Color

#42beca #ca4e42

#42beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#42beca Color CSS Codes

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

#42beca Text Font Color

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

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


#42beca Background Color

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

This div background color is #42beca


#42beca Border Color

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

This div border color is #42beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42beca


Comments

No comments written yet.

Please login to write comment.