Color Hex Logo

#42accb Color Hex

#42ACCB
(66,172,203)
0 Favorites   0 Comments

Color spaces of #42accb

RGB 66172203
HSL0.540.570.53
HSV194°67°80°
CMYK 0.670.150.00   0.20
XYZ27.778834.975161.7867
Yxy34.97510.22310.2808
Hunter Lab59.1397-19.6505-20.5459
CIE-Lab65.7293-20.4671-24.6676

#42accb color RGB value is (66,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101100 11001011
Octal 102 254 313
Decimal 66 172 203
Hex 42 AC CB

RGB Percentages of Color #42accb

%14.97
%39.00
%46.03

CMYK Percentages of Color #42accb

%67
%15
%0
%20

Triadic Colors of #42accb

#42accb #cb42ac #accb42

Analogous Colors of #42accb

#42accb #4268cb #42cba6

Monochromatic Colors of #42accb

#42accb

Complementary Color

#42accb #cb6142

#42accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42accb Color CSS Codes

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

#42accb Text Font Color

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

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


#42accb Background Color

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

This div background color is #42accb


#42accb Border Color

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

This div border color is #42accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42accb


Comments

No comments written yet.

Please login to write comment.