Color Hex Logo

#68baa2 Color Hex

#68BAA2
(104,186,162)
0 Favorites   0 Comments

Color spaces of #68baa2

RGB 104186162
HSL0.450.370.57
HSV162°44°73°
CMYK 0.440.000.13   0.27
XYZ29.789440.669540.4624
Yxy40.66950.26860.3667
Hunter Lab63.7726-28.22147.0226
CIE-Lab69.9437-30.81324.3894

#68baa2 color RGB value is (104,186,162).

#68baa2 hex color red value is 104, green value is 186 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #68baa2 hue: 0.45 , saturation: 0.37 and the lightness value of 68baa2 is 0.57.

The process color (four color CMYK) of #68baa2 color hex is 0.44, 0.00, 0.13, 0.27. Web safe color of #68baa2 is #66cc99. Color #68baa2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111010 10100010
Octal 150 272 242
Decimal 104 186 162
Hex 68 BA A2

RGB Percentages of Color #68baa2

%23.01
%41.15
%35.84

CMYK Percentages of Color #68baa2

%44
%0
%13
%27

Triadic Colors of #68baa2

#68baa2 #a268ba #baa268

Analogous Colors of #68baa2

#68baa2 #68a9ba #68ba79

Monochromatic Colors of #68baa2

#68baa2

Complementary Color

#68baa2 #ba6880

#68baa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68baa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68baa2 Color CSS Codes

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

#68baa2 Text Font Color

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

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


#68baa2 Background Color

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

This div background color is #68baa2


#68baa2 Border Color

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

This div border color is #68baa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68baa2


Comments

No comments written yet.

Please login to write comment.