Color Hex Logo

#68ccef Color Hex

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

Color spaces of #68ccef

RGB 104204239
HSL0.540.810.67
HSV196°56°94°
CMYK 0.560.150.00   0.06
XYZ42.881852.360889.5079
Yxy52.36080.23210.2834
Hunter Lab72.3608-20.8502-22.6873
CIE-Lab77.4961-19.5155-26.1542

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

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

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

Base Numbers

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

RGB Percentages of Color #68ccef

%19.01
%37.29
%43.69

CMYK Percentages of Color #68ccef

%56
%15
%0
%6

Triadic Colors of #68ccef

#68ccef #ef68cc #ccef68

Analogous Colors of #68ccef

#68ccef #6889ef #68efcf

Monochromatic Colors of #68ccef

#68ccef

Complementary Color

#68ccef #ef8b68

#68ccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ccef Color CSS Codes

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

#68ccef Text Font Color

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

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


#68ccef Background Color

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

This div background color is #68ccef


#68ccef Border Color

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

This div border color is #68ccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ccef


Comments

No comments written yet.

Please login to write comment.