Color Hex Logo

#42acff Color Hex

#42ACFF
(66,172,255)
0 Favorites   0 Comments

Color spaces of #42acff

RGB 66172255
HSL0.571.000.63
HSV206°74°100°
CMYK 0.740.330.00   0.00
XYZ35.049337.8833100.0727
Yxy37.88330.20260.2190
Hunter Lab61.5494-6.0647-53.3146
CIE-Lab67.9345-3.2362-49.7386

#42acff color RGB value is (66,172,255).

#42acff hex color red value is 66, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #42acff hue: 0.57 , saturation: 1.00 and the lightness value of 42acff is 0.63.

The process color (four color CMYK) of #42acff color hex is 0.74, 0.33, 0.00, 0.00. Web safe color of #42acff is #3399ff. Color #42acff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101100 11111111
Octal 102 254 377
Decimal 66 172 255
Hex 42 AC FF

RGB Percentages of Color #42acff

%13.39
%34.89
%51.72

CMYK Percentages of Color #42acff

%74
%33
%0
%0

Triadic Colors of #42acff

#42acff #ff42ac #acff42

Analogous Colors of #42acff

#42acff #424dff #42fff4

Monochromatic Colors of #42acff

#42acff

Complementary Color

#42acff #ff9542

#42acff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42acff Color Preview on White Background

Lorem ipsum dolor sit amet.

#42acff Color CSS Codes

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

#42acff Text Font Color

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

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


#42acff Background Color

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

This div background color is #42acff


#42acff Border Color

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

This div border color is #42acff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42acff


Comments

No comments written yet.

Please login to write comment.