Color Hex Logo

#68bebf Color Hex

#68BEBF
(104,190,191)
0 Favorites   0 Comments

Color spaces of #68bebf

RGB 104190191
HSL0.500.400.58
HSV181°46°75°
CMYK 0.460.010.00   0.25
XYZ33.526343.531655.9256
Yxy43.53160.25210.3273
Hunter Lab65.9785-24.7594-4.0713
CIE-Lab71.9143-25.6609-8.5933

#68bebf color RGB value is (104,190,191).

#68bebf hex color red value is 104, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #68bebf hue: 0.50 , saturation: 0.40 and the lightness value of 68bebf is 0.58.

The process color (four color CMYK) of #68bebf color hex is 0.46, 0.01, 0.00, 0.25. Web safe color of #68bebf is #66cccc. Color #68bebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111110 10111111
Octal 150 276 277
Decimal 104 190 191
Hex 68 BE BF

RGB Percentages of Color #68bebf

%21.44
%39.18
%39.38

CMYK Percentages of Color #68bebf

%46
%1
%0
%25

Triadic Colors of #68bebf

#68bebf #bf68be #bebf68

Analogous Colors of #68bebf

#68bebf #6893bf #68bf95

Monochromatic Colors of #68bebf

#68bebf

Complementary Color

#68bebf #bf6968

#68bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bebf Color CSS Codes

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

#68bebf Text Font Color

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

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


#68bebf Background Color

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

This div background color is #68bebf


#68bebf Border Color

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

This div border color is #68bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bebf


Comments

No comments written yet.

Please login to write comment.