Color Hex Logo

#68cecd Color Hex

#68CECD
(104,206,205)
0 Favorites   0 Comments

Color spaces of #68cecd

RGB 104206205
HSL0.500.510.61
HSV179°50°81°
CMYK 0.500.000.00   0.19
XYZ38.799751.493465.6519
Yxy51.49340.24880.3302
Hunter Lab71.7589-29.0640-4.0129
CIE-Lab76.9769-29.8542-8.6583

#68cecd color RGB value is (104,206,205).

#68cecd hex color red value is 104, green value is 206 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #68cecd hue: 0.50 , saturation: 0.51 and the lightness value of 68cecd is 0.61.

The process color (four color CMYK) of #68cecd color hex is 0.50, 0.00, 0.00, 0.19. Web safe color of #68cecd is #66cccc. Color #68cecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001110 11001101
Octal 150 316 315
Decimal 104 206 205
Hex 68 CE CD

RGB Percentages of Color #68cecd

%20.19
%40.00
%39.81

CMYK Percentages of Color #68cecd

%50
%0
%0
%19

Triadic Colors of #68cecd

#68cecd #cd68ce #cecd68

Analogous Colors of #68cecd

#68cecd #689cce #68ce9a

Monochromatic Colors of #68cecd

#68cecd

Complementary Color

#68cecd #ce6869

#68cecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cecd Color CSS Codes

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

#68cecd Text Font Color

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

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


#68cecd Background Color

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

This div background color is #68cecd


#68cecd Border Color

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

This div border color is #68cecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cecd


Comments

No comments written yet.

Please login to write comment.