Color Hex Logo

#42aabc Color Hex

#42AABC
(66,170,188)
0 Favorites   0 Comments

Color spaces of #42aabc

RGB 66170188
HSL0.520.480.50
HSV189°65°74°
CMYK 0.650.100.00   0.26
XYZ25.698633.538552.6961
Yxy33.53850.22960.2996
Hunter Lab57.9124-22.1375-13.4109
CIE-Lab64.5946-24.0746-18.0691

#42aabc color RGB value is (66,170,188).

#42aabc hex color red value is 66, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #42aabc hue: 0.52 , saturation: 0.48 and the lightness value of 42aabc is 0.50.

The process color (four color CMYK) of #42aabc color hex is 0.65, 0.10, 0.00, 0.26. Web safe color of #42aabc is #3399cc. Color #42aabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101010 10111100
Octal 102 252 274
Decimal 66 170 188
Hex 42 AA BC

RGB Percentages of Color #42aabc

%15.57
%40.09
%44.34

CMYK Percentages of Color #42aabc

%65
%10
%0
%26

Triadic Colors of #42aabc

#42aabc #bc42aa #aabc42

Analogous Colors of #42aabc

#42aabc #426dbc #42bc91

Monochromatic Colors of #42aabc

#42aabc

Complementary Color

#42aabc #bc5442

#42aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aabc Color CSS Codes

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

#42aabc Text Font Color

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

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


#42aabc Background Color

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

This div background color is #42aabc


#42aabc Border Color

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

This div border color is #42aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aabc


Comments

No comments written yet.

Please login to write comment.