Color Hex Logo

#67bdbb Color Hex

#67BDBB
(103,189,187)
0 Favorites   0 Comments

Color spaces of #67bdbb

RGB 103189187
HSL0.500.390.57
HSV179°46°74°
CMYK 0.460.000.01   0.26
XYZ32.760842.866653.5611
Yxy42.86660.25360.3318
Hunter Lab65.4726-25.2602-2.6725
CIE-Lab71.4643-26.4309-7.0792

#67bdbb color RGB value is (103,189,187).

#67bdbb hex color red value is 103, green value is 189 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #67bdbb hue: 0.50 , saturation: 0.39 and the lightness value of 67bdbb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111101 10111011
Octal 147 275 273
Decimal 103 189 187
Hex 67 BD BB

RGB Percentages of Color #67bdbb

%21.50
%39.46
%39.04

CMYK Percentages of Color #67bdbb

%46
%0
%1
%26

Triadic Colors of #67bdbb

#67bdbb #bb67bd #bdbb67

Analogous Colors of #67bdbb

#67bdbb #6794bd #67bd90

Monochromatic Colors of #67bdbb

#67bdbb

Complementary Color

#67bdbb #bd6769

#67bdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bdbb Color CSS Codes

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

#67bdbb Text Font Color

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

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


#67bdbb Background Color

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

This div background color is #67bdbb


#67bdbb Border Color

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

This div border color is #67bdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bdbb


Comments

No comments written yet.

Please login to write comment.