Color Hex Logo

#68efcc Color Hex

#68EFCC
(104,239,204)
0 Favorites   0 Comments

Color spaces of #68efcc

RGB 104239204
HSL0.460.810.67
HSV164°56°94°
CMYK 0.560.000.15   0.06
XYZ47.474569.035767.9498
Yxy69.03570.25740.3743
Hunter Lab83.0877-43.41259.6736
CIE-Lab86.5217-45.19025.8495

#68efcc color RGB value is (104,239,204).

#68efcc hex color red value is 104, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #68efcc hue: 0.46 , saturation: 0.81 and the lightness value of 68efcc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101111 11001100
Octal 150 357 314
Decimal 104 239 204
Hex 68 EF CC

RGB Percentages of Color #68efcc

%19.01
%43.69
%37.29

CMYK Percentages of Color #68efcc

%56
%0
%15
%6

Triadic Colors of #68efcc

#68efcc #cc68ef #efcc68

Analogous Colors of #68efcc

#68efcc #68cfef #68ef89

Monochromatic Colors of #68efcc

#68efcc

Complementary Color

#68efcc #ef688b

#68efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68efcc Color CSS Codes

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

#68efcc Text Font Color

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

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


#68efcc Background Color

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

This div background color is #68efcc


#68efcc Border Color

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

This div border color is #68efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68efcc


Comments

No comments written yet.

Please login to write comment.