Color Hex Logo

#68eebc Color Hex

#68EEBC
(104,238,188)
0 Favorites   0 Comments

Color spaces of #68eebc

RGB 104238188
HSL0.440.800.67
HSV158°56°93°
CMYK 0.560.000.21   0.07
XYZ45.360667.723058.2580
Yxy67.72300.26470.3953
Hunter Lab82.2940-45.624915.6329
CIE-Lab85.8678-48.349113.2680

#68eebc color RGB value is (104,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101110 10111100
Octal 150 356 274
Decimal 104 238 188
Hex 68 EE BC

RGB Percentages of Color #68eebc

%19.62
%44.91
%35.47

CMYK Percentages of Color #68eebc

%56
%0
%21
%7

Triadic Colors of #68eebc

#68eebc #bc68ee #eebc68

Analogous Colors of #68eebc

#68eebc #68ddee #68ee79

Monochromatic Colors of #68eebc

#68eebc

Complementary Color

#68eebc #ee689a

#68eebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68eebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68eebc Color CSS Codes

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

#68eebc Text Font Color

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

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


#68eebc Background Color

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

This div background color is #68eebc


#68eebc Border Color

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

This div border color is #68eebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68eebc


Comments

No comments written yet.

Please login to write comment.