Color Hex Logo

#42cebb Color Hex

#42CEBB
(66,206,187)
0 Favorites   0 Comments

Color spaces of #42cebb

RGB 66206187
HSL0.480.590.53
HSV172°68°81°
CMYK 0.680.000.09   0.19
XYZ33.287748.888754.6957
Yxy48.88870.24320.3572
Hunter Lab69.9205-37.38062.5644
CIE-Lab75.3820-41.4481-1.4316

#42cebb color RGB value is (66,206,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001110 10111011
Octal 102 316 273
Decimal 66 206 187
Hex 42 CE BB

RGB Percentages of Color #42cebb

%14.38
%44.88
%40.74

CMYK Percentages of Color #42cebb

%68
%0
%9
%19

Triadic Colors of #42cebb

#42cebb #bb42ce #cebb42

Analogous Colors of #42cebb

#42cebb #429bce #42ce75

Monochromatic Colors of #42cebb

#42cebb

Complementary Color

#42cebb #ce4255

#42cebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cebb Color CSS Codes

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

#42cebb Text Font Color

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

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


#42cebb Background Color

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

This div background color is #42cebb


#42cebb Border Color

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

This div border color is #42cebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cebb


Comments

No comments written yet.

Please login to write comment.