Color Hex Logo

#67bbba Color Hex

#67BBBA
(103,187,186)
0 Favorites   0 Comments

Color spaces of #67bbba

RGB 103187186
HSL0.500.380.57
HSV179°45°73°
CMYK 0.450.000.01   0.27
XYZ32.226841.969452.8567
Yxy41.96940.25360.3303
Hunter Lab64.7838-24.5765-3.0257
CIE-Lab70.8498-25.6974-7.4435

#67bbba color RGB value is (103,187,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111011 10111010
Octal 147 273 272
Decimal 103 187 186
Hex 67 BB BA

RGB Percentages of Color #67bbba

%21.64
%39.29
%39.08

CMYK Percentages of Color #67bbba

%45
%0
%1
%27

Triadic Colors of #67bbba

#67bbba #ba67bb #bbba67

Analogous Colors of #67bbba

#67bbba #6792bb #67bb90

Monochromatic Colors of #67bbba

#67bbba

Complementary Color

#67bbba #bb6768

#67bbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bbba Color CSS Codes

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

#67bbba Text Font Color

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

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


#67bbba Background Color

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

This div background color is #67bbba


#67bbba Border Color

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

This div border color is #67bbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bbba

#67bbba Color Palettes


Comments

No comments written yet.

Please login to write comment.