Color Hex Logo

#68ebbc Color Hex

#68EBBC
(104,235,188)
0 Favorites   0 Comments

Color spaces of #68ebbc

RGB 104235188
HSL0.440.770.66
HSV158°56°92°
CMYK 0.560.000.20   0.08
XYZ44.494465.990657.9693
Yxy65.99060.26410.3917
Hunter Lab81.2346-44.391214.5547
CIE-Lab84.9916-47.075812.0261

#68ebbc color RGB value is (104,235,188).

#68ebbc hex color red value is 104, green value is 235 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #68ebbc hue: 0.44 , saturation: 0.77 and the lightness value of 68ebbc is 0.66.

The process color (four color CMYK) of #68ebbc color hex is 0.56, 0.00, 0.20, 0.08. Web safe color of #68ebbc is #66ffcc. Color #68ebbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101011 10111100
Octal 150 353 274
Decimal 104 235 188
Hex 68 EB BC

RGB Percentages of Color #68ebbc

%19.73
%44.59
%35.67

CMYK Percentages of Color #68ebbc

%56
%0
%20
%8

Triadic Colors of #68ebbc

#68ebbc #bc68eb #ebbc68

Analogous Colors of #68ebbc

#68ebbc #68d9eb #68eb7b

Monochromatic Colors of #68ebbc

#68ebbc

Complementary Color

#68ebbc #eb6897

#68ebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ebbc Color CSS Codes

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

#68ebbc Text Font Color

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

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


#68ebbc Background Color

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

This div background color is #68ebbc


#68ebbc Border Color

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

This div border color is #68ebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ebbc


Comments

No comments written yet.

Please login to write comment.