Color Hex Logo

#42afce Color Hex

#42AFCE
(66,175,206)
0 Favorites   0 Comments

Color spaces of #42afce

RGB 66175206
HSL0.540.590.53
HSV193°68°81°
CMYK 0.680.150.00   0.19
XYZ28.717336.274463.8806
Yxy36.27440.22280.2815
Hunter Lab60.2282-20.2892-20.7257
CIE-Lab66.7291-21.0811-24.7936

#42afce color RGB value is (66,175,206).

#42afce hex color red value is 66, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #42afce hue: 0.54 , saturation: 0.59 and the lightness value of 42afce is 0.53.

The process color (four color CMYK) of #42afce color hex is 0.68, 0.15, 0.00, 0.19. Web safe color of #42afce is #3399cc. Color #42afce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101111 11001110
Octal 102 257 316
Decimal 66 175 206
Hex 42 AF CE

RGB Percentages of Color #42afce

%14.77
%39.15
%46.09

CMYK Percentages of Color #42afce

%68
%15
%0
%19

Triadic Colors of #42afce

#42afce #ce42af #afce42

Analogous Colors of #42afce

#42afce #4269ce #42cea7

Monochromatic Colors of #42afce

#42afce

Complementary Color

#42afce #ce6142

#42afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#42afce Color CSS Codes

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

#42afce Text Font Color

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

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


#42afce Background Color

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

This div background color is #42afce


#42afce Border Color

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

This div border color is #42afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42afce


Comments

No comments written yet.

Please login to write comment.