Color Hex Logo

#67bfbe Color Hex

#67BFBE
(103,191,190)
0 Favorites   0 Comments

Color spaces of #67bfbe

RGB 103191190
HSL0.500.410.58
HSV179°46°75°
CMYK 0.460.000.01   0.25
XYZ33.518643.862955.4150
Yxy43.86290.25240.3303
Hunter Lab66.2291-25.5618-3.2486
CIE-Lab72.1368-26.6469-7.7208

#67bfbe color RGB value is (103,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111111 10111110
Octal 147 277 276
Decimal 103 191 190
Hex 67 BF BE

RGB Percentages of Color #67bfbe

%21.28
%39.46
%39.26

CMYK Percentages of Color #67bfbe

%46
%0
%1
%25

Triadic Colors of #67bfbe

#67bfbe #be67bf #bfbe67

Analogous Colors of #67bfbe

#67bfbe #6794bf #67bf92

Monochromatic Colors of #67bfbe

#67bfbe

Complementary Color

#67bfbe #bf6768

#67bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bfbe Color CSS Codes

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

#67bfbe Text Font Color

<p style="color:#67bfbe">Text here</p>

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


#67bfbe Background Color

<div style="background-color:#67bfbe">
Div content here</div>

This div background color is #67bfbe


#67bfbe Border Color

<div style="border:3px solid #67bfbe">
Div here</div>

This div border color is #67bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bfbe


Comments

No comments written yet.

Please login to write comment.