Color Hex Logo

#68ebcf Color Hex

#68EBCF
(104,235,207)
0 Favorites   0 Comments

Color spaces of #68ebcf

RGB 104235207
HSL0.460.770.66
HSV167°56°92°
CMYK 0.560.000.12   0.08
XYZ46.679766.864769.4774
Yxy66.86470.25500.3653
Hunter Lab81.7708-41.20056.8633
CIE-Lab85.4356-42.73482.7056

#68ebcf color RGB value is (104,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101011 11001111
Octal 150 353 317
Decimal 104 235 207
Hex 68 EB CF

RGB Percentages of Color #68ebcf

%19.05
%43.04
%37.91

CMYK Percentages of Color #68ebcf

%56
%0
%12
%8

Triadic Colors of #68ebcf

#68ebcf #cf68eb #ebcf68

Analogous Colors of #68ebcf

#68ebcf #68c6eb #68eb8e

Monochromatic Colors of #68ebcf

#68ebcf

Complementary Color

#68ebcf #eb6884

#68ebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ebcf Color CSS Codes

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

#68ebcf Text Font Color

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

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


#68ebcf Background Color

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

This div background color is #68ebcf


#68ebcf Border Color

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

This div border color is #68ebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ebcf


Comments

No comments written yet.

Please login to write comment.