Color Hex Logo

#42acbd Color Hex

#42ACBD
(66,172,189)
0 Favorites   0 Comments

Color spaces of #42acbd

RGB 66172189
HSL0.520.480.50
HSV188°65°74°
CMYK 0.650.090.00   0.26
XYZ26.184634.337453.3918
Yxy34.33740.22990.3014
Hunter Lab58.5981-22.7839-13.0035
CIE-Lab65.2295-24.7859-17.6624

#42acbd color RGB value is (66,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101100 10111101
Octal 102 254 275
Decimal 66 172 189
Hex 42 AC BD

RGB Percentages of Color #42acbd

%15.46
%40.28
%44.26

CMYK Percentages of Color #42acbd

%65
%9
%0
%26

Triadic Colors of #42acbd

#42acbd #bd42ac #acbd42

Analogous Colors of #42acbd

#42acbd #426fbd #42bd91

Monochromatic Colors of #42acbd

#42acbd

Complementary Color

#42acbd #bd5342

#42acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42acbd Color CSS Codes

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

#42acbd Text Font Color

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

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


#42acbd Background Color

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

This div background color is #42acbd


#42acbd Border Color

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

This div border color is #42acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42acbd


Comments

No comments written yet.

Please login to write comment.