Color Hex Logo

#42afba Color Hex

#42AFBA
(66,175,186)
0 Favorites   0 Comments

Color spaces of #42afba

RGB 66175186
HSL0.520.480.49
HSV186°65°73°
CMYK 0.650.060.00   0.27
XYZ26.439735.363451.8867
Yxy35.36340.23260.3111
Hunter Lab59.4671-24.7045-10.1052
CIE-Lab66.0306-27.1859-14.7850

#42afba color RGB value is (66,175,186).

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

The process color (four color CMYK) of #42afba color hex is 0.65, 0.06, 0.00, 0.27. Web safe color of #42afba is #3399cc. Color #42afba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101111 10111010
Octal 102 257 272
Decimal 66 175 186
Hex 42 AF BA

RGB Percentages of Color #42afba

%15.46
%40.98
%43.56

CMYK Percentages of Color #42afba

%65
%6
%0
%27

Triadic Colors of #42afba

#42afba #ba42af #afba42

Analogous Colors of #42afba

#42afba #4273ba #42ba89

Monochromatic Colors of #42afba

#42afba

Complementary Color

#42afba #ba4d42

#42afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#42afba Color CSS Codes

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

#42afba Text Font Color

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

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


#42afba Background Color

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

This div background color is #42afba


#42afba Border Color

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

This div border color is #42afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42afba


Comments

No comments written yet.

Please login to write comment.