Color Hex Logo

#42acdb Color Hex

#42ACDB
(66,172,219)
0 Favorites   0 Comments

Color spaces of #42acdb

RGB 66172219
HSL0.550.680.56
HSV198°70°86°
CMYK 0.700.210.00   0.14
XYZ29.785535.777872.3538
Yxy35.77780.21600.2594
Hunter Lab59.8145-15.7889-29.8491
CIE-Lab66.3498-15.3369-32.5450

#42acdb color RGB value is (66,172,219).

#42acdb hex color red value is 66, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #42acdb hue: 0.55 , saturation: 0.68 and the lightness value of 42acdb is 0.56.

The process color (four color CMYK) of #42acdb color hex is 0.70, 0.21, 0.00, 0.14. Web safe color of #42acdb is #3399cc. Color #42acdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101100 11011011
Octal 102 254 333
Decimal 66 172 219
Hex 42 AC DB

RGB Percentages of Color #42acdb

%14.44
%37.64
%47.92

CMYK Percentages of Color #42acdb

%70
%21
%0
%14

Triadic Colors of #42acdb

#42acdb #db42ac #acdb42

Analogous Colors of #42acdb

#42acdb #4260db #42dbbe

Monochromatic Colors of #42acdb

#42acdb

Complementary Color

#42acdb #db7142

#42acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42acdb Color CSS Codes

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

#42acdb Text Font Color

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

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


#42acdb Background Color

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

This div background color is #42acdb


#42acdb Border Color

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

This div border color is #42acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42acdb


Comments

No comments written yet.

Please login to write comment.