Color Hex Logo

#68ebce Color Hex

#68EBCE
(104,235,206)
0 Favorites   0 Comments

Color spaces of #68ebce

RGB 104235206
HSL0.460.770.66
HSV167°56°92°
CMYK 0.560.000.12   0.08
XYZ46.557866.815968.8354
Yxy66.81590.25550.3667
Hunter Lab81.7410-41.37727.2896
CIE-Lab85.4109-42.97213.1950

#68ebce color RGB value is (104,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101011 11001110
Octal 150 353 316
Decimal 104 235 206
Hex 68 EB CE

RGB Percentages of Color #68ebce

%19.08
%43.12
%37.80

CMYK Percentages of Color #68ebce

%56
%0
%12
%8

Triadic Colors of #68ebce

#68ebce #ce68eb #ebce68

Analogous Colors of #68ebce

#68ebce #68c7eb #68eb8d

Monochromatic Colors of #68ebce

#68ebce

Complementary Color

#68ebce #eb6885

#68ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ebce Color CSS Codes

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

#68ebce Text Font Color

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

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


#68ebce Background Color

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

This div background color is #68ebce


#68ebce Border Color

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

This div border color is #68ebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ebce


Comments

No comments written yet.

Please login to write comment.