Color Hex Logo

#68febb Color Hex

#68FEBB
(104,254,187)
0 Favorites   0 Comments

Color spaces of #68febb

RGB 104254187
HSL0.430.990.70
HSV153°59°100°
CMYK 0.590.000.26   0.00
XYZ50.120477.414559.3146
Yxy77.41450.26820.4143
Hunter Lab87.9855-52.293221.6201
CIE-Lab90.5121-55.152720.2997

#68febb color RGB value is (104,254,187).

#68febb hex color red value is 104, green value is 254 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #68febb hue: 0.43 , saturation: 0.99 and the lightness value of 68febb is 0.70.

The process color (four color CMYK) of #68febb color hex is 0.59, 0.00, 0.26, 0.00. Web safe color of #68febb is #66ffcc. Color #68febb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111110 10111011
Octal 150 376 273
Decimal 104 254 187
Hex 68 FE BB

RGB Percentages of Color #68febb

%19.08
%46.61
%34.31

CMYK Percentages of Color #68febb

%59
%0
%26
%0

Triadic Colors of #68febb

#68febb #bb68fe #febb68

Analogous Colors of #68febb

#68febb #68f6fe #68fe70

Monochromatic Colors of #68febb

#68febb

Complementary Color

#68febb #fe68ab

#68febb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68febb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68febb Color CSS Codes

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

#68febb Text Font Color

<p style="color:#68febb">Text here</p>

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


#68febb Background Color

<div style="background-color:#68febb">
Div content here</div>

This div background color is #68febb


#68febb Border Color

<div style="border:3px solid #68febb">
Div here</div>

This div border color is #68febb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,254,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68febb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68febb;
  -webkit-box-shadow: 1px 1px 3px 2px #68febb;
  box-shadow:         1px 1px 3px 2px #68febb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,254,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 #68febb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68febb


Comments

No comments written yet.

Please login to write comment.