Color Hex Logo

#68beca Color Hex

#68BECA
(104,190,202)
0 Favorites   0 Comments

Color spaces of #68beca

RGB 104190202
HSL0.520.480.60
HSV187°49°79°
CMYK 0.490.060.00   0.21
XYZ34.783044.034262.5433
Yxy44.03420.24610.3115
Hunter Lab66.3583-22.5627-9.4306
CIE-Lab72.2514-22.7536-14.0958

#68beca color RGB value is (104,190,202).

#68beca hex color red value is 104, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #68beca hue: 0.52 , saturation: 0.48 and the lightness value of 68beca is 0.60.

The process color (four color CMYK) of #68beca color hex is 0.49, 0.06, 0.00, 0.21. Web safe color of #68beca is #66cccc. Color #68beca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111110 11001010
Octal 150 276 312
Decimal 104 190 202
Hex 68 BE CA

RGB Percentages of Color #68beca

%20.97
%38.31
%40.73

CMYK Percentages of Color #68beca

%49
%6
%0
%21

Triadic Colors of #68beca

#68beca #ca68be #beca68

Analogous Colors of #68beca

#68beca #688dca #68caa5

Monochromatic Colors of #68beca

#68beca

Complementary Color

#68beca #ca7468

#68beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#68beca Color CSS Codes

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

#68beca Text Font Color

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

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


#68beca Background Color

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

This div background color is #68beca


#68beca Border Color

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

This div border color is #68beca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,190,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 #68beca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68beca


Comments

No comments written yet.

Please login to write comment.