Color Hex Logo

#42bccc Color Hex

#42BCCC
(66,188,204)
0 Favorites   0 Comments

Color spaces of #42bccc

RGB 66188204
HSL0.520.580.53
HSV187°68°80°
CMYK 0.680.080.00   0.20
XYZ31.129141.484363.4933
Yxy41.48430.22870.3048
Hunter Lab64.4083-26.4439-13.3619
CIE-Lab70.5139-28.2539-17.9289

#42bccc color RGB value is (66,188,204).

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

The process color (four color CMYK) of #42bccc color hex is 0.68, 0.08, 0.00, 0.20. Web safe color of #42bccc is #33cccc. Color #42bccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111100 11001100
Octal 102 274 314
Decimal 66 188 204
Hex 42 BC CC

RGB Percentages of Color #42bccc

%14.41
%41.05
%44.54

CMYK Percentages of Color #42bccc

%68
%8
%0
%20

Triadic Colors of #42bccc

#42bccc #cc42bc #bccc42

Analogous Colors of #42bccc

#42bccc #4277cc #42cc97

Monochromatic Colors of #42bccc

#42bccc

Complementary Color

#42bccc #cc5242

#42bccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bccc Color CSS Codes

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

#42bccc Text Font Color

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

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


#42bccc Background Color

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

This div background color is #42bccc


#42bccc Border Color

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

This div border color is #42bccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bccc


Comments

No comments written yet.

Please login to write comment.