Color Hex Logo

#42afca Color Hex

#42AFCA
(66,175,202)
0 Favorites   0 Comments

Color spaces of #42afca

RGB 66175202
HSL0.530.560.53
HSV192°67°79°
CMYK 0.670.130.00   0.21
XYZ28.237436.082561.3535
Yxy36.08250.22470.2871
Hunter Lab60.0687-21.2101-18.5100
CIE-Lab66.5829-22.3306-22.8079

#42afca color RGB value is (66,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101111 11001010
Octal 102 257 312
Decimal 66 175 202
Hex 42 AF CA

RGB Percentages of Color #42afca

%14.90
%39.50
%45.60

CMYK Percentages of Color #42afca

%67
%13
%0
%21

Triadic Colors of #42afca

#42afca #ca42af #afca42

Analogous Colors of #42afca

#42afca #426bca #42caa1

Monochromatic Colors of #42afca

#42afca

Complementary Color

#42afca #ca5d42

#42afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#42afca Color CSS Codes

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

#42afca Text Font Color

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

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


#42afca Background Color

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

This div background color is #42afca


#42afca Border Color

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

This div border color is #42afca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42afca


Comments

No comments written yet.

Please login to write comment.