Color Hex Logo

#42ebbf Color Hex

#42EBBF
(66,235,191)
0 Favorites   0 Comments

Color spaces of #42ebbf

RGB 66235191
HSL0.460.810.59
HSV164°72°92°
CMYK 0.720.000.19   0.08
XYZ41.359164.336559.5286
Yxy64.33650.25030.3894
Hunter Lab80.2100-48.326712.1444
CIE-Lab84.1407-52.74989.1184

#42ebbf color RGB value is (66,235,191).

#42ebbf hex color red value is 66, green value is 235 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #42ebbf hue: 0.46 , saturation: 0.81 and the lightness value of 42ebbf is 0.59.

The process color (four color CMYK) of #42ebbf color hex is 0.72, 0.00, 0.19, 0.08. Web safe color of #42ebbf is #33ffcc. Color #42ebbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101011 10111111
Octal 102 353 277
Decimal 66 235 191
Hex 42 EB BF

RGB Percentages of Color #42ebbf

%13.41
%47.76
%38.82

CMYK Percentages of Color #42ebbf

%72
%0
%19
%8

Triadic Colors of #42ebbf

#42ebbf #bf42eb #ebbf42

Analogous Colors of #42ebbf

#42ebbf #42c3eb #42eb6b

Monochromatic Colors of #42ebbf

#42ebbf

Complementary Color

#42ebbf #eb426e

#42ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ebbf Color CSS Codes

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

#42ebbf Text Font Color

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

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


#42ebbf Background Color

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

This div background color is #42ebbf


#42ebbf Border Color

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

This div border color is #42ebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ebbf


Comments

No comments written yet.

Please login to write comment.