Color Hex Logo

#68ebca Color Hex

#68EBCA
(104,235,202)
0 Favorites   0 Comments

Color spaces of #68ebca

RGB 104235202
HSL0.460.770.66
HSV165°56°92°
CMYK 0.560.000.14   0.08
XYZ46.077966.624066.3083
Yxy66.62400.25740.3722
Hunter Lab81.6235-42.07488.9712
CIE-Lab85.3137-43.91225.1543

#68ebca color RGB value is (104,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101011 11001010
Octal 150 353 312
Decimal 104 235 202
Hex 68 EB CA

RGB Percentages of Color #68ebca

%19.22
%43.44
%37.34

CMYK Percentages of Color #68ebca

%56
%0
%14
%8

Triadic Colors of #68ebca

#68ebca #ca68eb #ebca68

Analogous Colors of #68ebca

#68ebca #68cbeb #68eb89

Monochromatic Colors of #68ebca

#68ebca

Complementary Color

#68ebca #eb6889

#68ebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ebca Color CSS Codes

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

#68ebca Text Font Color

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

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


#68ebca Background Color

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

This div background color is #68ebca


#68ebca Border Color

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

This div border color is #68ebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ebca


Comments

No comments written yet.

Please login to write comment.