Color Hex Logo

#68f9eb Color Hex

#68F9EB
(104,249,235)
0 Favorites   0 Comments

Color spaces of #68f9eb

RGB 104249235
HSL0.480.920.69
HSV174°58°98°
CMYK 0.580.000.06   0.02
XYZ54.580076.692690.5237
Yxy76.69260.24610.3458
Hunter Lab87.5743-42.00630.0152
CIE-Lab90.1799-42.0790-4.9916

#68f9eb color RGB value is (104,249,235).

#68f9eb hex color red value is 104, green value is 249 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #68f9eb hue: 0.48 , saturation: 0.92 and the lightness value of 68f9eb is 0.69.

The process color (four color CMYK) of #68f9eb color hex is 0.58, 0.00, 0.06, 0.02. Web safe color of #68f9eb is #66ffff. Color #68f9eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111001 11101011
Octal 150 371 353
Decimal 104 249 235
Hex 68 F9 EB

RGB Percentages of Color #68f9eb

%17.69
%42.35
%39.97

CMYK Percentages of Color #68f9eb

%58
%0
%6
%2

Triadic Colors of #68f9eb

#68f9eb #eb68f9 #f9eb68

Analogous Colors of #68f9eb

#68f9eb #68bff9 #68f9a3

Monochromatic Colors of #68f9eb

#68f9eb

Complementary Color

#68f9eb #f96876

#68f9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68f9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68f9eb Color CSS Codes

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

#68f9eb Text Font Color

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

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


#68f9eb Background Color

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

This div background color is #68f9eb


#68f9eb Border Color

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

This div border color is #68f9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68f9eb


Comments

No comments written yet.

Please login to write comment.