Color Hex Logo

#42babe Color Hex

#42BABE
(66,186,190)
0 Favorites   0 Comments

Color spaces of #42babe

RGB 66186190
HSL0.510.490.50
HSV182°65°75°
CMYK 0.650.020.00   0.25
XYZ29.099939.993854.9010
Yxy39.99380.23470.3225
Hunter Lab63.2407-28.5352-7.2029
CIE-Lab69.4651-31.3910-11.8318

#42babe color RGB value is (66,186,190).

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

The process color (four color CMYK) of #42babe color hex is 0.65, 0.02, 0.00, 0.25. Web safe color of #42babe is #33cccc. Color #42babe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111010 10111110
Octal 102 272 276
Decimal 66 186 190
Hex 42 BA BE

RGB Percentages of Color #42babe

%14.93
%42.08
%42.99

CMYK Percentages of Color #42babe

%65
%2
%0
%25

Triadic Colors of #42babe

#42babe #be42ba #babe42

Analogous Colors of #42babe

#42babe #427cbe #42be84

Monochromatic Colors of #42babe

#42babe

Complementary Color

#42babe #be4642

#42babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#42babe Color CSS Codes

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

#42babe Text Font Color

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

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


#42babe Background Color

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

This div background color is #42babe


#42babe Border Color

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

This div border color is #42babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42babe


Comments

No comments written yet.

Please login to write comment.