Color Hex Logo

#67bbbe Color Hex

#67BBBE
(103,187,190)
0 Favorites   0 Comments

Color spaces of #67bbbe

RGB 103187190
HSL0.510.400.57
HSV182°46°75°
CMYK 0.460.020.00   0.25
XYZ32.658142.141955.1281
Yxy42.14190.25140.3243
Hunter Lab64.9168-23.8053-4.9080
CIE-Lab70.9686-24.6611-9.4587

#67bbbe color RGB value is (103,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111011 10111110
Octal 147 273 276
Decimal 103 187 190
Hex 67 BB BE

RGB Percentages of Color #67bbbe

%21.46
%38.96
%39.58

CMYK Percentages of Color #67bbbe

%46
%2
%0
%25

Triadic Colors of #67bbbe

#67bbbe #be67bb #bbbe67

Analogous Colors of #67bbbe

#67bbbe #6790be #67be96

Monochromatic Colors of #67bbbe

#67bbbe

Complementary Color

#67bbbe #be6a67

#67bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bbbe Color CSS Codes

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

#67bbbe Text Font Color

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

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


#67bbbe Background Color

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

This div background color is #67bbbe


#67bbbe Border Color

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

This div border color is #67bbbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,187,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 #67bbbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bbbe


Comments

No comments written yet.

Please login to write comment.