Color Hex Logo

#68bece Color Hex

#68BECE
(104,190,206)
0 Favorites   0 Comments

Color spaces of #68bece

RGB 104190206
HSL0.530.510.61
HSV189°50°81°
CMYK 0.500.080.00   0.19
XYZ35.263044.226265.0705
Yxy44.22620.24390.3059
Hunter Lab66.5028-21.7305-11.4611
CIE-Lab72.3794-21.6681-16.0847

#68bece color RGB value is (104,190,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111110 11001110
Octal 150 276 316
Decimal 104 190 206
Hex 68 BE CE

RGB Percentages of Color #68bece

%20.80
%38.00
%41.20

CMYK Percentages of Color #68bece

%50
%8
%0
%19

Triadic Colors of #68bece

#68bece #ce68be #bece68

Analogous Colors of #68bece

#68bece #688bce #68ceab

Monochromatic Colors of #68bece

#68bece

Complementary Color

#68bece #ce7868

#68bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bece Color CSS Codes

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

#68bece Text Font Color

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

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


#68bece Background Color

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

This div background color is #68bece


#68bece Border Color

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

This div border color is #68bece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bece


Comments

No comments written yet.

Please login to write comment.