Color Hex Logo

#42afbb Color Hex

#42AFBB
(66,175,187)
0 Favorites   0 Comments

Color spaces of #42afbb

RGB 66175187
HSL0.520.480.50
HSV186°65°73°
CMYK 0.650.060.00   0.27
XYZ26.546435.406152.4486
Yxy35.40610.23200.3095
Hunter Lab59.5030-24.4951-10.6087
CIE-Lab66.0636-26.8896-15.2900

#42afbb color RGB value is (66,175,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101111 10111011
Octal 102 257 273
Decimal 66 175 187
Hex 42 AF BB

RGB Percentages of Color #42afbb

%15.42
%40.89
%43.69

CMYK Percentages of Color #42afbb

%65
%6
%0
%27

Triadic Colors of #42afbb

#42afbb #bb42af #afbb42

Analogous Colors of #42afbb

#42afbb #4273bb #42bb8b

Monochromatic Colors of #42afbb

#42afbb

Complementary Color

#42afbb #bb4e42

#42afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42afbb Color CSS Codes

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

#42afbb Text Font Color

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

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


#42afbb Background Color

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

This div background color is #42afbb


#42afbb Border Color

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

This div border color is #42afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42afbb


Comments

No comments written yet.

Please login to write comment.