Color Hex Logo

#42aeb1 Color Hex

#42AEB1
(66,174,177)
0 Favorites   0 Comments

Color spaces of #42aeb1

RGB 66174177
HSL0.500.460.48
HSV182°63°69°
CMYK 0.630.020.00   0.31
XYZ25.318634.604746.9399
Yxy34.60470.23690.3238
Hunter Lab58.8258-26.1187-6.1323
CIE-Lab65.4397-29.3190-10.6726

#42aeb1 color RGB value is (66,174,177).

#42aeb1 hex color red value is 66, green value is 174 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #42aeb1 hue: 0.50 , saturation: 0.46 and the lightness value of 42aeb1 is 0.48.

The process color (four color CMYK) of #42aeb1 color hex is 0.63, 0.02, 0.00, 0.31. Web safe color of #42aeb1 is #339999. Color #42aeb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101110 10110001
Octal 102 256 261
Decimal 66 174 177
Hex 42 AE B1

RGB Percentages of Color #42aeb1

%15.83
%41.73
%42.45

CMYK Percentages of Color #42aeb1

%63
%2
%0
%31

Triadic Colors of #42aeb1

#42aeb1 #b142ae #aeb142

Analogous Colors of #42aeb1

#42aeb1 #4277b1 #42b17d

Monochromatic Colors of #42aeb1

#42aeb1

Complementary Color

#42aeb1 #b14542

#42aeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aeb1 Color CSS Codes

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

#42aeb1 Text Font Color

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

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


#42aeb1 Background Color

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

This div background color is #42aeb1


#42aeb1 Border Color

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

This div border color is #42aeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aeb1


Comments

No comments written yet.

Please login to write comment.