Color Hex Logo

#68eeea Color Hex

#68EEEA
(104,238,234)
0 Favorites   0 Comments

Color spaces of #68eeea

RGB 104238234
HSL0.500.800.67
HSV178°56°93°
CMYK 0.560.000.02   0.07
XYZ51.134770.032688.6645
Yxy70.03260.24370.3338
Hunter Lab83.6855-37.3800-4.2377
CIE-Lab87.0129-37.3631-9.1557

#68eeea color RGB value is (104,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101110 11101010
Octal 150 356 352
Decimal 104 238 234
Hex 68 EE EA

RGB Percentages of Color #68eeea

%18.06
%41.32
%40.63

CMYK Percentages of Color #68eeea

%56
%0
%2
%7

Triadic Colors of #68eeea

#68eeea #ea68ee #eeea68

Analogous Colors of #68eeea

#68eeea #68afee #68eea7

Monochromatic Colors of #68eeea

#68eeea

Complementary Color

#68eeea #ee686c

#68eeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68eeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#68eeea Color CSS Codes

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

#68eeea Text Font Color

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

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


#68eeea Background Color

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

This div background color is #68eeea


#68eeea Border Color

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

This div border color is #68eeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68eeea


Comments

No comments written yet.

Please login to write comment.