Color Hex Logo

#42acbf Color Hex

#42ACBF
(66,172,191)
0 Favorites   0 Comments

Color spaces of #42acbf

RGB 66172191
HSL0.530.490.50
HSV189°65°75°
CMYK 0.650.100.00   0.25
XYZ26.403334.424954.5433
Yxy34.42490.22890.2984
Hunter Lab58.6727-22.3506-14.0462
CIE-Lab65.2984-24.1798-18.6693

#42acbf color RGB value is (66,172,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101100 10111111
Octal 102 254 277
Decimal 66 172 191
Hex 42 AC BF

RGB Percentages of Color #42acbf

%15.38
%40.09
%44.52

CMYK Percentages of Color #42acbf

%65
%10
%0
%25

Triadic Colors of #42acbf

#42acbf #bf42ac #acbf42

Analogous Colors of #42acbf

#42acbf #426ebf #42bf94

Monochromatic Colors of #42acbf

#42acbf

Complementary Color

#42acbf #bf5542

#42acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42acbf Color CSS Codes

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

#42acbf Text Font Color

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

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


#42acbf Background Color

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

This div background color is #42acbf


#42acbf Border Color

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

This div border color is #42acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42acbf


Comments

No comments written yet.

Please login to write comment.