Color Hex Logo

#42ccbe Color Hex

#42CCBE
(66,204,190)
0 Favorites   0 Comments

Color spaces of #42ccbe

RGB 66204190
HSL0.480.580.53
HSV174°68°80°
CMYK 0.680.000.07   0.20
XYZ33.133948.061756.2457
Yxy48.06170.24110.3497
Hunter Lab69.3265-36.00920.4257
CIE-Lab74.8638-39.7581-3.8129

#42ccbe color RGB value is (66,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001100 10111110
Octal 102 314 276
Decimal 66 204 190
Hex 42 CC BE

RGB Percentages of Color #42ccbe

%14.35
%44.35
%41.30

CMYK Percentages of Color #42ccbe

%68
%0
%7
%20

Triadic Colors of #42ccbe

#42ccbe #be42cc #ccbe42

Analogous Colors of #42ccbe

#42ccbe #4295cc #42cc79

Monochromatic Colors of #42ccbe

#42ccbe

Complementary Color

#42ccbe #cc4250

#42ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ccbe Color CSS Codes

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

#42ccbe Text Font Color

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

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


#42ccbe Background Color

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

This div background color is #42ccbe


#42ccbe Border Color

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

This div border color is #42ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ccbe


Comments

No comments written yet.

Please login to write comment.